Interface | Description |
---|---|
IabBroadcastReceiver.IabBroadcastListener |
Listener interface for received broadcast messages.
|
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 |
---|---|
IabBroadcastReceiver |
Receiver for the "com.android.vending.billing.PURCHASES_UPDATED" Action
from the Play Store.
|
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.
|
Purchase |
Represents an in-app billing purchase.
|
Security |
Security-related methods.
|
SkuDetails |
Represents an in-app product's listing details.
|
Exception | Description |
---|---|
IabException |
Exception thrown when something went wrong with in-app billing.
|
IabHelper.IabAsyncInProgressException |
Exception thrown when the requested operation cannot be started because an async operation
is still in progress.
|