| Interface | Description |
|---|---|
| IabHelper.OnConsumeFinishedListener |
Callback that notifies when a consumption operation finishes.
|
| IabHelper.OnConsumeMultiFinishedListener |
Callback that notifies when a multi-item consumption operation finishes.
|
| IabHelper.OnIabPurchaseFinishedListener |
Callback that notifies when a purchase is finished.
|
| IabHelper.OnIabSetupFinishedListener |
Callback for setup process.
|
| IabHelper.QueryInventoryFinishedListener |
Listener that notifies when an inventory query operation completes.
|
| Class | Description |
|---|---|
| Base64 |
Base64 converter class.
|
| IabHelper |
Provides convenience methods for in-app billing.
|
| IabResult |
Represents the result of an in-app billing operation.
|
| Inventory |
Represents a block of information about in-app items.
|
| PayloadGenerator |
This implementation stores only generates payaload data but stores generated ID's only.
In case Billing provides to payload data be returned in response, the payload data itself SHOULD NOT be stored for security reason. The payload data helps to verify if the item buy request initialized from this device and this application (package hash) The purchases history it not provided by this class, but it keep requested but not provided to the user items. When the buy response is returned, the payload data from it MUST be verified and the paylaod id MUST be released. |
| PayloadGenerator.PayloadData | |
| Purchase |
Represents an in-app billing purchase.
|
| Purchase.PurchaseMapping | |
| Security |
Security-related methods.
|
| SkuDetails |
Represents an in-app product's listing details.
|
| Exception | Description |
|---|---|
| Base64DecoderException |
Exception thrown when encountering an invalid Base64 input character.
|
| IabException |
Exception thrown when something went wrong with in-app billing.
|
Copyright © 2016 Creative Mobile. All rights reserved.