public interface PurchasesUpdatedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPurchasesUpdated(int responseCode,
List<Purchase> purchases)
Implement this method to get notifications for purchases updates.
|
void onPurchasesUpdated(int responseCode,
@Nullable
List<Purchase> purchases)
responseCode - Response code of the update.purchases - List of updated purchases if present.