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
NameTypeDescription
responseCodeIntInteger value of type ResponseCode of the setup status.
purchaseTokenStringThe UID (Unique Identifier) of the Purchase to filter by in the Aptoide Services.