C# 클래스 inAppBillingDemo.InAppBillingDemoPurchaseObserver

상속: Billing.PurchaseObserver
파일 보기 프로젝트 열기: MarkEaton1/Monodroid-InApp-Billing 1 사용 예제들

공개 메소드들

메소드 설명
InAppBillingDemoPurchaseObserver ( Activity1 activity, Android.OS.Handler handler ) : System
OnBillingSupported ( bool supported, string type ) : void
OnPurchaseStateChange ( Consts purchaseState, string itemId, int quantity, long purchaseTime, string developerPayload ) : void
OnRequestPurchaseResponse ( BillingService request, Consts responseCode ) : void
OnRestoreTransactionsResponse ( BillingService request, Consts responseCode ) : void

메소드 상세

InAppBillingDemoPurchaseObserver() 공개 메소드

public InAppBillingDemoPurchaseObserver ( Activity1 activity, Android.OS.Handler handler ) : System
activity Activity1
handler Android.OS.Handler
리턴 System

OnBillingSupported() 공개 메소드

public OnBillingSupported ( bool supported, string type ) : void
supported bool
type string
리턴 void

OnPurchaseStateChange() 공개 메소드

public OnPurchaseStateChange ( Consts purchaseState, string itemId, int quantity, long purchaseTime, string developerPayload ) : void
purchaseState Billing.Consts
itemId string
quantity int
purchaseTime long
developerPayload string
리턴 void

OnRequestPurchaseResponse() 공개 메소드

public OnRequestPurchaseResponse ( BillingService request, Consts responseCode ) : void
request Billing.BillingService
responseCode Billing.Consts
리턴 void

OnRestoreTransactionsResponse() 공개 메소드

public OnRestoreTransactionsResponse ( BillingService request, Consts responseCode ) : void
request Billing.BillingService
responseCode Billing.Consts
리턴 void