public interface ConsumeResponseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConsumeResponse(BillingResult billingResult,
String purchaseToken)
Called to notify that a consume operation has finished.
|
void onConsumeResponse(BillingResult billingResult, String purchaseToken)
billingResult - BillingResult, the result of the consume operation.purchaseToken - The purchase token that was (or was to be) consumed.