public interface ConsumeResponseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConsumeResponse(int responseCode,
String purchaseToken)
Called to notify that a consume operation has finished.
|
void onConsumeResponse(int responseCode,
String purchaseToken)
responseCode - The response code from BillingClient.BillingResponse set to report the result of
consume operation.purchaseToken - The purchase token that was (or was to be) consumed.