PurchasesResponseListener

public interface PurchasesResponseListener


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.

Public methods

onQueryPurchasesResponse

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

Called to notify that the query purchases operation has finished.

Parameters
BillingResult billingResult

Result of the query.

List<Purchase> purchases

List of purchases.