Uses of Package
com.amazon.InApp.transaction

Classes in com.amazon.InApp.transaction used by com.amazon.InApp.transaction
ContentDownloadResponse
          Represents the result of a call to TransactionManager.initiateContentDownloadRequest(String, String) and is sent asynchronously to the registered TransactionObserver via TransactionObserver.notifyContentDownloadResponse(ContentDownloadResponse).
ContentDownloadResponse.ContentDownloadRequestStatus
          Indicates the result of a content download request initiated via TransactionManager.initiateContentDownloadRequest(String, String).
Item
          Represents an in-app item, such as a consumable, non-consumable or subscription.
Item.ItemType
          Represents the type of an item.
ItemDataResponse
          Represents the result of a call to TransactionManager.initiateItemDataRequest(java.util.Set) and is sent asynchronously to the registered TransactionObserver via TransactionObserver.notifyItemDataResponse(ItemDataResponse) .
ItemDataResponse.ItemDataRequestStatus
          Indicates the result of an item data request initiated via TransactionManager.initiateItemDataRequest(java.util.Set).
Offset
          Represents a position in a set of paginated results.
PurchaseResponse
          Represents the result of a call to TransactionManager.initiatePurchaseRequest(String) and is sent to the registered TransactionObserver asynchronously via TransactionObserver.notifyPurchaseResponse(PurchaseResponse).
PurchaseResponse.PurchaseRequestStatus
          Indicates the result of a purchase operation initiated via TransactionManager.initiatePurchaseRequest(String).
Receipt
          Represents the purchase of a consumable or non-consumable item, the purchase of a subscription, or the renewal of a subscription.
ReceiptDataResponse
          Represents the result of a call to TransactionManager.initiateReceiptDataRequest(Offset) and is sent to the registered TransactionObserver asynchronously via TransactionObserver.notifyReceiptDataResponse(ReceiptDataResponse).
ReceiptDataResponse.ReceiptDataRequestStatus
          Indicates the result of a receipt data request initiated via TransactionManager.initiateReceiptDataRequest(Offset).
RevokedSkuDataResponse
          Represents the result of a call to TransactionManager.initiateRevokedSkusDataRequest(Offset) and is sent to the registered TransactionObserver asynchronously via TransactionObserver.notifyRevokedSkuDataResponse(RevokedSkuDataResponse).
RevokedSkuDataResponse.RevokedSkuDataRequestStatus
           
SubscriptionPeriod
          Represents a period of time during which a subscription is valid.
TransactionObserver
           Clients must subclass the TransactionObserver and register an instance of their subclass with TransactionManager.registerObserver(TransactionObserver) before using other APIs in the TransactionManager.