ConsumeResponseListener

public interface ConsumeResponseListener


Callback that notifies when a consumption operation finishes.

Summary

Public methods

abstract void
onConsumeResponse(BillingResult billingResult, String purchaseToken)

Called to notify that a consume operation has finished.

Public methods

onConsumeResponse

abstract void onConsumeResponse(BillingResult billingResult, String purchaseToken)

Called to notify that a consume operation has finished.

Parameters
BillingResult billingResult

Result of the consume operation. ITEM_NOT_OWNED if the user does not currently own the item.

String purchaseToken

The purchase token that was (or was to be) consumed.