|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.InApp.transaction.RevokedSkuDataResponse
public final class RevokedSkuDataResponse
Represents the result of a call to TransactionManager.initiateRevokedSkusDataRequest(Offset)
and is sent to
the registered TransactionObserver
asynchronously via
TransactionObserver.notifyRevokedSkuDataResponse(RevokedSkuDataResponse)
.
Nested Class Summary | |
---|---|
static class |
RevokedSkuDataResponse.RevokedSkuDataRequestStatus
|
Method Summary | |
---|---|
Offset |
getOffset()
Returns an Offset that you can pass to TransactionManager.initiateRevokedSkusDataRequest(Offset)
if isMore() indicates that more results are available. |
RevokedSkuDataResponse.RevokedSkuDataRequestStatus |
getRevokedSkuDataRequestStatus()
Returns the status of the request. |
boolean |
isMore()
Returns true if more results are available. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public RevokedSkuDataResponse.RevokedSkuDataRequestStatus getRevokedSkuDataRequestStatus()
public Offset getOffset()
Offset
that you can pass to TransactionManager.initiateRevokedSkusDataRequest(Offset)
if isMore()
indicates that more results are available.
Offset
that can be used to retrieve more Receipt
data if it's availablepublic boolean isMore()
getOffset()
to retrieve the offset
which you can pass to TransactionManager.initiateRevokedSkusDataRequest(Offset)
to retrieve more results.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |