| Package | Description |
|---|---|
| com.creativemobile.dragracing.payment.google.util |
| Modifier and Type | Method and Description |
|---|---|
Purchase |
Inventory.getPurchase(String sku)
Returns purchase information for a given product, or null if there is no purchase.
|
Purchase |
Purchase.PurchaseMapping.read(cm.common.serialize.SerializeDataInput s) |
| Modifier and Type | Method and Description |
|---|---|
List<Purchase> |
Inventory.getAllPurchases()
Returns a list of all purchases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IabHelper.consumeAsync(Purchase purchase,
IabHelper.OnConsumeFinishedListener listener)
Asynchronous wrapper to item consumption.
|
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 |
Purchase.PurchaseMapping.write(Purchase o,
cm.common.serialize.SerializeDataOutput s) |
| Modifier and Type | Method and Description |
|---|---|
void |
IabHelper.consumeAsync(List<Purchase> purchases,
IabHelper.OnConsumeMultiFinishedListener listener)
Same as
consumeAsync, but for multiple items at once. |
void |
IabHelper.OnConsumeMultiFinishedListener.onConsumeMultiFinished(List<Purchase> purchases,
List<IabResult> results)
Called to notify that a consumption of multiple items has finished.
|
Copyright © 2016 Creative Mobile. All rights reserved.