ConsumeResponseListener
com.aptoide.sdk.billing.listeners.ConsumeResponseListener
A callback class that serves as a listener for monitoring the consumption operation of a Purchases.
Public Methods
onConsumeResponse
void onConsumeResponse(BillingResult billingResult, String purchaseToken)
Invoked to notify that the consumption operation has been finished.
Parameters
Name | Type | Description |
---|---|---|
billingResult | BillingResult | Billing result of type BillingResult of the response received. |
purchaseToken | String | The UID (Unique Identifier) of the Purchase to filter by in the Aptoide Services. |
Updated 10 days ago