C# 클래스 Praeclarum.UI.PatronForm

상속: PForm
파일 보기 프로젝트 열기: praeclarum/Praeclarum 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GetPastPurchasesAsync() 공개 정적인 메소드

public static GetPastPurchasesAsync ( ) : Task
리턴 Task

HandlePurchaseCompletionAsync() 공개 정적인 메소드

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

HandlePurchaseFailAsync() 공개 정적인 메소드

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

PatronForm() 공개 메소드

public PatronForm ( string>.IEnumerable monthlyPrices ) : System
monthlyPrices string>.IEnumerable
리턴 System

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void