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

G

getDescription() - Method in class com.amazon.inapp.purchasing.Item
Returns the item's description.
getEndDate() - Method in class com.amazon.inapp.purchasing.SubscriptionPeriod
Returns the date the subscription ended, or null if it has no end.
getItemData() - Method in class com.amazon.inapp.purchasing.ItemDataResponse
Returns item data, keyed by SKU.
getItemDataRequestStatus() - Method in class com.amazon.inapp.purchasing.ItemDataResponse
Indicates the status of the item data request.
getItemType() - Method in class com.amazon.inapp.purchasing.Item
Returns the item's type.
getItemType() - Method in class com.amazon.inapp.purchasing.Receipt
Returns the item's type.
getOffset() - Method in class com.amazon.inapp.purchasing.PurchaseUpdatesResponse
Returns an Offset that you can pass to PurchasingManager.initiatePurchaseUpdatesRequest(Offset) if PurchaseUpdatesResponse.isMore() indicates that more results are available.
getPrice() - Method in class com.amazon.inapp.purchasing.Item
Returns the item's displayable price.
getPurchaseRequestStatus() - Method in class com.amazon.inapp.purchasing.PurchaseResponse
Indicates the status of the purchase request.
getPurchaseToken() - Method in class com.amazon.inapp.purchasing.Receipt
Returns a purchase token that can be used from an external server to validate ownership or subscription validity.
getPurchaseUpdatesRequestStatus() - Method in class com.amazon.inapp.purchasing.PurchaseUpdatesResponse
Returns the status of the request.
getReceipt() - Method in class com.amazon.inapp.purchasing.PurchaseResponse
In the case where PurchaseResponse.getPurchaseRequestStatus() returns PurchaseResponse.PurchaseRequestStatus.SUCCESSFUL a Receipt will also be returned with details of the item that was purchased.
getReceipts() - Method in class com.amazon.inapp.purchasing.PurchaseUpdatesResponse
Returns receipts, or null if PurchaseUpdatesResponse.getPurchaseUpdatesRequestStatus() is not PurchaseUpdatesResponse.PurchaseUpdatesRequestStatus.SUCCESSFUL.
getRequestId() - Method in class com.amazon.inapp.purchasing.GetUserIdResponse
Provides access to the request ID originally returned by PurchasingManager.initiateItemDataRequest(Set).
getRequestId() - Method in class com.amazon.inapp.purchasing.ItemDataResponse
Provides access to the request ID originally returned by PurchasingManager.initiateItemDataRequest(Set).
getRequestId() - Method in class com.amazon.inapp.purchasing.PurchaseResponse
Provides access to the request ID originally returned by PurchasingManager.initiatePurchaseRequest(String).
getRequestId() - Method in class com.amazon.inapp.purchasing.PurchaseUpdatesResponse
Provides access to the request ID originally returned by PurchasingManager.initiatePurchaseUpdatesRequest(Offset).
getRevokedSkus() - Method in class com.amazon.inapp.purchasing.PurchaseUpdatesResponse
Returns revoked SKUs, or null if PurchaseUpdatesResponse.getPurchaseUpdatesRequestStatus() is not PurchaseUpdatesResponse.PurchaseUpdatesRequestStatus.SUCCESSFUL.
getSku() - Method in class com.amazon.inapp.purchasing.Item
Returns the item's SKU.
getSku() - Method in class com.amazon.inapp.purchasing.Receipt
Returns the SKU the purchase was for.
getSmallIconUrl() - Method in class com.amazon.inapp.purchasing.Item
Returns the item's small icon URL.
getStartDate() - Method in class com.amazon.inapp.purchasing.SubscriptionPeriod
Returns the date the subscription began.
getSubscriptionPeriod() - Method in class com.amazon.inapp.purchasing.Receipt
In the case of a subscription purchase or renewal, the SubscriptionPeriod will indicate the start and end date for subscription validity.
getTitle() - Method in class com.amazon.inapp.purchasing.Item
Returns the item's title.
getUnavailableSkus() - Method in class com.amazon.inapp.purchasing.ItemDataResponse
Returns the set of SKUs provided in the original request to PurchasingManager.initiateItemDataRequest(Set) for which item data is not available.
getUserId() - Method in class com.amazon.inapp.purchasing.PurchaseResponse
Returns the ID of the user who made the request.
getUserId() - Method in class com.amazon.inapp.purchasing.PurchaseUpdatesResponse
Returns the ID of the user associated with the updates.
getUserIdRequestStatus() - Method in class com.amazon.inapp.purchasing.GetUserIdResponse
Indicates the status of the get user ID request.
GetUserIdResponse - Class in com.amazon.inapp.purchasing
Represents the result of a call to PurchasingManager.initiateGetUseridRequest() and is sent asynchronously to the registered PurchasingObserver via PurchasingObserver.onGetUserIdResponse(GetUserIdResponse).
GetUserIdResponse.GetUserIdRequestStatus - Enum in com.amazon.inapp.purchasing
Indicates the result of a request to get the current user ID initiated via PurchasingManager.initiateGetUseridRequest().

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