C# Class Praeclarum.UI.PatronForm

Inheritance: PForm
Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static GetPastPurchasesAsync ( ) : Task
Résultat Task

HandlePurchaseCompletionAsync() public static méthode

public static HandlePurchaseCompletionAsync ( StoreKit t ) : System.Threading.Tasks.Task
t StoreKit
Résultat System.Threading.Tasks.Task

HandlePurchaseFailAsync() public static méthode

public static HandlePurchaseFailAsync ( StoreKit t ) : System.Threading.Tasks.Task
t StoreKit
Résultat System.Threading.Tasks.Task

PatronForm() public méthode

public PatronForm ( string>.IEnumerable monthlyPrices ) : System
monthlyPrices string>.IEnumerable
Résultat System

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void