Show / Hide Table of Contents

Interface AN_iPurchaseHistoryResponseListener

Listener to a result of purchases history query.

Namespace: SA.Android.Vending.BillingClient
Assembly: cs.temp.dll.dll
Syntax
public interface AN_iPurchaseHistoryResponseListener

Methods

OnConsumeResponse(SA_iResult, List<AN_PurchaseHistoryRecord>)

Called to notify that purchase history fetch operation has finished.

Declaration
void OnConsumeResponse(SA_iResult billingResult, List<AN_PurchaseHistoryRecord> purchaseHistoryRecordList)
Parameters
Type Name Description
SA_iResult billingResult

BillingResult of the query.

List<AN_PurchaseHistoryRecord> purchaseHistoryRecordList

List of purchase records (even if that purchase is expired, canceled, or consumed - up to 1 per each SKU) or null with corresponding responseCode if purchase history was not queried successfully.

In This Article
Back to top Generated by DocFX