Uses of Package
com.amazon.inapp.purchasing

Classes in com.amazon.inapp.purchasing used by com.amazon.inapp.purchasing
GetUserIdResponse
          Represents the result of a call to PurchasingManager.initiateGetUseridRequest() and is sent asynchronously to the registered PurchasingObserver via PurchasingObserver.onGetUserIdResponse(GetUserIdResponse).
GetUserIdResponse.GetUserIdRequestStatus
          Indicates the result of a request to get the current user ID initiated via PurchasingManager.initiateGetUseridRequest().
Item
          Represents an in-app item, such as consumable content, entitled content or subscription content.
Item.ItemType
          Represents the type of an item.
ItemDataResponse
          Represents the result of a call to PurchasingManager.initiateItemDataRequest(java.util.Set) and is sent asynchronously to the registered PurchasingObserver via PurchasingObserver.onItemDataResponse(ItemDataResponse).
ItemDataResponse.ItemDataRequestStatus
          Indicates the result of an item data request initiated via PurchasingManager.initiateItemDataRequest(java.util.Set).
Offset
          Represents a position in a set of paginated results.
PurchaseResponse
          Represents the result of a call to PurchasingManager.initiatePurchaseRequest(String) and is sent to the registered PurchasingObserver asynchronously via PurchasingObserver.onPurchaseResponse(PurchaseResponse).
PurchaseResponse.PurchaseRequestStatus
          Indicates the result of a purchase operation initiated via PurchasingManager.initiatePurchaseRequest(String).
PurchaseUpdatesResponse
          Represents the result of a call to PurchasingManager.initiatePurchaseUpdatesRequest(Offset) and is sent to the registered PurchasingObserver asynchronously via PurchasingObserver.onPurchaseUpdatesResponse(PurchaseUpdatesResponse).
PurchaseUpdatesResponse.PurchaseUpdatesRequestStatus
          Indicates the result of a receipt data request initiated via PurchasingManager.initiatePurchaseUpdatesRequest(Offset).
PurchasingObserver
           Clients must subclass the PurchasingObserver and register an instance of their subclass with PurchasingManager.registerObserver(PurchasingObserver) before using other APIs in the PurchasingManager.
Receipt
          Represents the purchase of consumable content, entitled content or subscription content as well as the renewal of a subscription.
SubscriptionPeriod
          Represents a period of time during which a subscription is valid.