See: Description
| Class | Description |
|---|---|
| CoinsReward |
Contains data about Amazon Coins that may be rewarded to customers after they purchase the associated
Product. |
| Product |
Represents an in-app product, such as consumable content, entitlement content,
or subscription content.
|
| ProductDataResponse |
Represents the result of a call to
PurchasingService.getProductData(java.util.Set). |
| PurchaseResponse |
Represents the result of a call to
PurchasingService.purchase(String). |
| PurchaseUpdatesResponse |
Represents the result of a call to
PurchasingService.getPurchaseUpdates(boolean). |
| Receipt |
Represents the purchase of consumable content, entitlement content or
subscription content, as well as the renewal of a subscription.
|
| RequestId |
Represents the id of any in-app purchasing request.
|
| UserData |
Represents the user information of the customer that is used for in-app
purchases.
|
| UserDataResponse |
Represents the result of a call to
PurchasingService.getUserData(). |
| Enum | Description |
|---|---|
| FulfillmentResult |
Represents the fulfillment result for an in-app purchase.
|
| ProductDataResponse.RequestStatus |
Represents the status of a product data request initiated by
PurchasingService.getProductData(java.util.Set). |
| ProductType |
Represents the type of product.
|
| PurchaseResponse.RequestStatus |
Represents the status of a purchase request initiated via
PurchasingService.purchase(String). |
| PurchaseUpdatesResponse.RequestStatus |
Represents the status of a purchase updates request initiated via
PurchasingService.getPurchaseUpdates(boolean). |
| UserDataResponse.RequestStatus |
Represents the status of a get user data request initiated by
PurchasingService.getUserData(). |