[EN]QueryPurchasesListener
public interface QueryPurchasesListener com.gaa.sdk.iap.QueryPurchasesListener
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