public static interface IabHelper.OnIabPurchaseFinishedListener
Modifier and Type | Method and Description |
---|---|
void |
onIabPurchaseFinished(IabResult result,
Purchase info)
Called to notify that an in-app purchase finished.
|
void onIabPurchaseFinished(IabResult result, Purchase info)
result
- The result of the purchase.info
- The purchase information (null if purchase failed)