See: Description
Interface | Description |
---|---|
PendingPurchaseCallback |
Callback interface that the main class may implement to be notified of pending purchases.
|
PurchaseCallback |
Callback interface that the main class must implement in order for in-app-purchasing
to work.
|
ReceiptStore |
Interface that can be implemented to provide store of receipts.
|
RestoreCallback |
Callback interface that the main class must implement in order for the restore
option of in-app-purchasing to work.
|
Class | Description |
---|---|
Product |
Represents a product within the system
|
Purchase |
Represents the status of in-app-purchase goods, this class provides information
about products purchased by a user as well as the ability to purchase additional
products.
|
Receipt |
Encapsulates a receipt for an in-app purchase.
|
In-App Billing/Purchase API's are abstracted by this package. It encapsulates the different types of vendor stores and payment API's available on the market.
Copyright © 2022. All rights reserved.