public static interface IabHelper.OnConsumeMultiFinishedListener
Modifier and Type | Method and Description |
---|---|
void |
onConsumeMultiFinished(java.util.List<Purchase> purchases,
java.util.List<IabResult> results)
Called to notify that a consumption of multiple items has finished.
|
void onConsumeMultiFinished(java.util.List<Purchase> purchases, java.util.List<IabResult> results)
purchases
- The purchases that were (or were to be) consumed.results
- The results of each consumption operation, corresponding to each
sku.