API reference
API reference
Select your platform
No SDKs available
No versions available

PurchaseHistoryResponseListener

Updated: Mar 19, 2025

PurchaseHistoryResponseListener

interface PurchaseHistoryResponseListener
Listener to a result of purchase history query.
The equivalent Google Play Billing Library interface can be found at the Android developer documentation for PurchaseHistoryResponseListener.

Functions

NameSummary
onPurchaseHistoryResponse
abstract fun onPurchaseHistoryResponse(billingResult: BillingResult, purchaseHistoryRecordList: List<PurchaseHistoryRecord>)
Called to notify that the query purchase history operation has finished.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon