ConsumeResponseListener
A callback class that serves as a listener for monitoring the consumption operation of a Purchases.
Public Methods
onConsumeResponse
void onConsumeResponse(int responseCode, String purchaseToken)
Invoked to notify that the consumption operation has been finished.
Parameters
Name | Type | Description |
---|---|---|
responseCode | Int | Integer value of type ResponseCode of the setup status. |
purchaseToken | String | The UID (Unique Identifier) of the Purchase to filter by in the Aptoide Services. |
Updated 13 days ago