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