| Package | Description |
|---|---|
| com.creativemobile.dragracing.payment.google.util |
| Modifier and Type | Method and Description |
|---|---|
IabResult |
IabException.getResult()
Returns the IAB result (error) that this exception signals.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IabHelper.OnConsumeFinishedListener.onConsumeFinished(Purchase purchase,
IabResult result)
Called to notify that a consumption has finished.
|
void |
IabHelper.OnIabPurchaseFinishedListener.onIabPurchaseFinished(IabResult result,
Purchase info)
Called to notify that an in-app purchase finished.
|
void |
IabHelper.OnIabSetupFinishedListener.onIabSetupFinished(IabResult result)
Called to notify that setup is complete.
|
void |
IabHelper.QueryInventoryFinishedListener.onQueryInventoryFinished(IabResult result,
Inventory inv)
Called to notify that an inventory query operation completed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IabHelper.OnConsumeMultiFinishedListener.onConsumeMultiFinished(List<Purchase> purchases,
List<IabResult> results)
Called to notify that a consumption of multiple items has finished.
|
| Constructor and Description |
|---|
IabException(IabResult r) |
IabException(IabResult r,
Exception cause) |
Copyright © 2016 Creative Mobile. All rights reserved.