See: Description
Interface | Description |
---|---|
PurchaseCallback |
Callback interface that the main class must implement in order for in-app-purchasing
to work.
|
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.
|
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.