Stay organized with collections Save and categorize content based on your preferences.

PurchasesResponseListener

public interface PurchasesResponseListener

com.android.billingclient.api.PurchasesResponseListener
Included in documentation by the annotations: @Annotations.QueryPurchasesAsync

Listener to a result of purchases query.

Summary

Public methods

abstract void onQueryPurchasesResponse(BillingResult billingResult, List<Purchase> purchases)

Called to notify that the query purchases operation has finished. Included in documentation by the annotations: @Annotations.QueryPurchasesAsync

Public methods

onQueryPurchasesResponse

public abstract void onQueryPurchasesResponse (BillingResult billingResult, 
                List<Purchase> purchases)
Included in documentation by the annotations: @Annotations.QueryPurchasesAsync

Called to notify that the query purchases operation has finished.

Parameters
billingResult BillingResult: Result of the query.

purchases List: List of purchases.