This reference document contains the details of PurchaseHistoryResponseListener and the corresponding public methods.
Listener for purchase history query.
public interface PurchaseHistoryResponseListener
gg.now.billingclient.api.PurchaseHistoryResponseListener
void onPurchaseHistoryResponse (int billingResult, List<PurchaseHistoryRecord> purchaseHistoryRecordList)
onPurchaseHistoryResponse is called to notify that the query operation has finished
| Parameters | Description |
|---|---|
| billingResult | Result of query for BillingResult |
| purchaseHistoryRecordList | List of purchase records |
Payments Module
Payments Module
Document Rev. 1.0