C# Class Praeclarum.UI.PatronForm

Inheritance: PForm
Exibir arquivo Open project: praeclarum/Praeclarum Class Usage Examples

Public Methods

Method Description
GetPastPurchasesAsync ( ) : Task
HandlePurchaseCompletionAsync ( StoreKit t ) : System.Threading.Tasks.Task
HandlePurchaseFailAsync ( StoreKit t ) : System.Threading.Tasks.Task
PatronForm ( string>.IEnumerable monthlyPrices ) : System
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
AddSubscriptionAsync ( string transactionId, System.DateTime transactionDate, PatronSubscriptionPrice p ) : System.Threading.Tasks.Task
CheckForCloudAsync ( ) : Task
DeletePastPurchasesAsync ( ) : System.Threading.Tasks.Task
ForceSubscriptionAsync ( PatronSubscriptionPrice p ) : System.Threading.Tasks.Task
RefreshPatronDataAsync ( ) : Task
ShowFormError ( string title, Exception ex ) : void

Method Details

GetPastPurchasesAsync() public static method

public static GetPastPurchasesAsync ( ) : Task
return Task

HandlePurchaseCompletionAsync() public static method

public static HandlePurchaseCompletionAsync ( StoreKit t ) : System.Threading.Tasks.Task
t StoreKit
return System.Threading.Tasks.Task

HandlePurchaseFailAsync() public static method

public static HandlePurchaseFailAsync ( StoreKit t ) : System.Threading.Tasks.Task
t StoreKit
return System.Threading.Tasks.Task

PatronForm() public method

public PatronForm ( string>.IEnumerable monthlyPrices ) : System
monthlyPrices string>.IEnumerable
return System

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void