[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.

Last updated