B C E F G I K O P R S T V

P

PurchaseResponse - Class in com.amazon.inapp.purchasing
Represents the result of a call to PurchasingManager.initiatePurchaseRequest(String) and is sent to the registered PurchasingObserver asynchronously via PurchasingObserver.onPurchaseResponse(PurchaseResponse).
PurchaseResponse.PurchaseRequestStatus - Enum in com.amazon.inapp.purchasing
Indicates the result of a purchase operation initiated via PurchasingManager.initiatePurchaseRequest(String).
PurchaseUpdatesResponse - Class in com.amazon.inapp.purchasing
Represents the result of a call to PurchasingManager.initiatePurchaseUpdatesRequest(Offset) and is sent to the registered PurchasingObserver asynchronously via PurchasingObserver.onPurchaseUpdatesResponse(PurchaseUpdatesResponse).
PurchaseUpdatesResponse.PurchaseUpdatesRequestStatus - Enum in com.amazon.inapp.purchasing
Indicates the result of a receipt data request initiated via PurchasingManager.initiatePurchaseUpdatesRequest(Offset).
PurchasingManager - Class in com.amazon.inapp.purchasing
The PurchasingManager presents the primary API for interacting with the Amazon Appstore for Android In App SDK: Purchasing Framework.
PurchasingObserver - Class in com.amazon.inapp.purchasing
Clients must subclass the PurchasingObserver and register an instance of their subclass with PurchasingManager.registerObserver(PurchasingObserver) before using other APIs in the PurchasingManager.
PurchasingObserver(Context) - Constructor for class com.amazon.inapp.purchasing.PurchasingObserver
Creates a new PurchasingObserver that is associated with your Activity or Application Context.

B C E F G I K O P R S T V