Skip navigation links
A B C D E F G H I L N O P R S T U V W 

P

Product - Class in com.amazon.device.iap.model
Represents an in-app product, such as consumable content, entitlement content, or subscription content.
Product(ProductBuilder) - Constructor for class com.amazon.device.iap.model.Product
Creates an instance of the Product.
ProductDataResponse - Class in com.amazon.device.iap.model
Represents the result of a call to PurchasingService.getProductData(java.util.Set).
ProductDataResponse(ProductDataResponseBuilder) - Constructor for class com.amazon.device.iap.model.ProductDataResponse
Creates an instance of the Product.
ProductDataResponse.RequestStatus - Enum in com.amazon.device.iap.model
Represents the status of a product data request initiated by PurchasingService.getProductData(java.util.Set).
ProductType - Enum in com.amazon.device.iap.model
Represents the type of product.
Promotion - Class in com.amazon.device.iap.model
Represents a promotion configured for a Product
Promotion(String, List<PromotionPlan>) - Constructor for class com.amazon.device.iap.model.Promotion
 
PromotionPlan - Class in com.amazon.device.iap.model
Represents a promotion plan such as "Introductory promotion with $3.00 weekly for 3 terms", where, the Promotion object contains a list of such promotion plans
PromotionPlan(String, String, int) - Constructor for class com.amazon.device.iap.model.PromotionPlan
 
purchase(String) - Static method in class com.amazon.device.iap.PurchasingService
Initiates a purchase-flow for a product.
PurchaseResponse - Class in com.amazon.device.iap.model
Represents the result of a call to PurchasingService.purchase(String).
PurchaseResponse(PurchaseResponseBuilder) - Constructor for class com.amazon.device.iap.model.PurchaseResponse
Creates an instance of the PurchaseResponse.
PurchaseResponse.RequestStatus - Enum in com.amazon.device.iap.model
Represents the status of a purchase request initiated via PurchasingService.purchase(String).
PurchaseUpdatesResponse - Class in com.amazon.device.iap.model
Represents the result of a call to PurchasingService.getPurchaseUpdates(boolean).
PurchaseUpdatesResponse(PurchaseUpdatesResponseBuilder) - Constructor for class com.amazon.device.iap.model.PurchaseUpdatesResponse
Creates an instance of the PurchaseUpdatesResponse.
PurchaseUpdatesResponse.RequestStatus - Enum in com.amazon.device.iap.model
Represents the status of a purchase updates request initiated via PurchasingService.getPurchaseUpdates(boolean).
PurchasingListener - Interface in com.amazon.device.iap
Clients must implement the PurchasingListener and register an instance of their implementation with PurchasingService.registerListener(android.content.Context, PurchasingListener) before using other APIs in the PurchasingService.
PurchasingService - Class in com.amazon.device.iap
Presents the primary API for interacting with the Amazon Appstore purchasing framework.
PurchasingService() - Constructor for class com.amazon.device.iap.PurchasingService
 
A B C D E F G H I L N O P R S T U V W 
Skip navigation links