Uses of Class
com.amazon.inapp.purchasing.Offset

Uses of Offset in com.amazon.inapp.purchasing
 

Fields in com.amazon.inapp.purchasing declared as Offset
static Offset Offset.BEGINNING
          Represents the beginning of a data set.
 

Methods in com.amazon.inapp.purchasing that return Offset
static Offset Offset.fromString(java.lang.String encodedOffset)
          Create an Offset from its encoded String form.
 Offset PurchaseUpdatesResponse.getOffset()
          Returns an Offset that you can pass to PurchasingManager.initiatePurchaseUpdatesRequest(Offset) if PurchaseUpdatesResponse.isMore() indicates that more results are available.
 

Methods in com.amazon.inapp.purchasing with parameters of type Offset
static java.lang.String PurchasingManager.initiatePurchaseUpdatesRequest(Offset offset)
           Initiate a request to retrieve updates about items the customer has purchased and/or revoked since last time you checked.