public interface PurchasesUpdatedListener
Modifier and Type | Method and Description |
---|---|
void |
onPurchasesUpdated(BillingResult billingResult,
java.util.List<Purchase> purchases)
Implement this method to get notifications for purchases updates.
|
void onPurchasesUpdated(BillingResult billingResult, java.util.List<Purchase> purchases)