Method | Description | |
---|---|---|
InAppBillingDemoPurchaseObserver ( |
||
OnBillingSupported ( bool supported, string type ) : void | ||
OnPurchaseStateChange ( |
||
OnRequestPurchaseResponse ( |
||
OnRestoreTransactionsResponse ( |
public InAppBillingDemoPurchaseObserver ( |
||
activity | ||
handler | Android.OS.Handler | |
return | System |
public OnBillingSupported ( bool supported, string type ) : void | ||
supported | bool | |
type | string | |
return | void |
public OnPurchaseStateChange ( |
||
purchaseState | ||
itemId | string | |
quantity | int | |
purchaseTime | long | |
developerPayload | string | |
return | void |
public OnRequestPurchaseResponse ( |
||
request | ||
responseCode | ||
return | void |
public OnRestoreTransactionsResponse ( |
||
request | ||
responseCode | ||
return | void |