Uses of Package
com.amazon.InAppSDK.purchasing

Classes in com.amazon.InAppSDK.purchasing used by com.amazon.InAppSDK.purchasing
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.notifyItemDataResponse(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.notifyPurchaseResponse(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.notifyPurchaseUpdatesResponse(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.