本参考文档包含了 PurchaseHistoryResponseListener
的详情和相关公共方法。
购买历史查询的监听器。
public interface PurchaseHistoryResponseListener gg.now.billingclient.api.PurchaseHistoryResponseListener
void onPurchaseHistoryResponse (int billingResult, List<PurchaseHistoryRecord> purchaseHistoryRecordList)
onPurchaseHistoryResponse
用于通知查询操作已完成
参数 | 描述 |
---|---|
billingResult | BillingResult的查询结果 |
purchaseHistoryRecordList | 购买记录列表 |