C# Class inAppBillingDemo.InAppBillingDemoPurchaseObserver

Inheritance: Billing.PurchaseObserver
Show file Open project: MarkEaton1/Monodroid-InApp-Billing Class Usage Examples

Public Methods

Method 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 method

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

OnBillingSupported() public method

public OnBillingSupported ( bool supported, string type ) : void
supported bool
type string
return void

OnPurchaseStateChange() public method

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

OnRequestPurchaseResponse() public method

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

OnRestoreTransactionsResponse() public method

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