public interface PurchaseHistoryResponseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPurchaseHistoryResponse(int responseCode,
List<Purchase> purchasesList)
Called to notify that purchase history fetch operation has finished.
|
void onPurchaseHistoryResponse(int responseCode,
List<Purchase> purchasesList)
responseCode - Response code of the query.purchasesList - List of purchases (even if that purchase is expired, canceled, or consumed
- up to 1 per each SKU) or null with corresponding BillingClient.BillingResponse responseCode if
purchase history was not queried successfully.