public interface IPurchasing
| Modifier and Type | Method and Description |
|---|---|
void |
onGetProductCatalog()
Called whenever the IAP catalog refreshes in the Promo Parser
|
void |
onGetPurchasingVersion()
Called when we initialize the PurchasingAPI in the webview
|
void |
onInitializePurchasing()
Called to trigger intialization of purchasing APIs
|
void |
onPurchasingCommand(java.lang.String eventString)
Called when an in-app purchase is initiated from an ad.
|
void onGetPurchasingVersion()
void onGetProductCatalog()
void onPurchasingCommand(java.lang.String eventString)
eventString - The string provided via the ad.void onInitializePurchasing()