C# Class inAppBillingDemo.InAppBillingDemoPurchaseObserver

Inheritance: Billing.PurchaseObserver
Afficher le fichier Open project: MarkEaton1/Monodroid-InApp-Billing Class Usage Examples

Méthodes publiques

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

Method Details

InAppBillingDemoPurchaseObserver() public méthode

public InAppBillingDemoPurchaseObserver ( Activity1 activity, Android.OS.Handler handler ) : System
activity Activity1
handler Android.OS.Handler
Résultat System

OnBillingSupported() public méthode

public OnBillingSupported ( bool supported, string type ) : void
supported bool
type string
Résultat void

OnPurchaseStateChange() public méthode

public OnPurchaseStateChange ( Consts purchaseState, string itemId, int quantity, long purchaseTime, string developerPayload ) : void
purchaseState Billing.Consts
itemId string
quantity int
purchaseTime long
developerPayload string
Résultat void

OnRequestPurchaseResponse() public méthode

public OnRequestPurchaseResponse ( BillingService request, Consts responseCode ) : void
request Billing.BillingService
responseCode Billing.Consts
Résultat void

OnRestoreTransactionsResponse() public méthode

public OnRestoreTransactionsResponse ( BillingService request, Consts responseCode ) : void
request Billing.BillingService
responseCode Billing.Consts
Résultat void