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
NameTypeDescription
billingResultBillingResultBilling result of type BillingResult of the response received.
purchaseTokenStringThe UID (Unique Identifier) of the Purchase to filter by in the Aptoide Services.