[EN]PurchasesListener (deprecated)

public interface PurchasesListener com.gaa.sdk.iap.PurchasesListener

A listener that notifies when a purchase history request is completed.

Public methods


onPurchasesResponse

void onPurchasesResponse(IapResult, List<PurchaseData> purchases) Called to notify when the requested work for the purchase history has been completed.

Parameters:

iapResult

Request results

purchases

Unused purchase data history (monthly auto-renewal products included)

Last updated