ProductDetailsResponseListener

com.appcoins.sdk.billing.ProductDetailsResponseListener

A callback class that serves as a listener for the querying of Products.


Public Methods

onProductDetailsResponse

void onProductDetailsResponse(BillingResult billingResult, List<ProductDetails> details)

Invoked to notify about Product Details request operation.

Parameters
NameTypeDescription
billingResultBillingResultBilling result of type BillingResult of the response received.
detailsList<ProductDetails>List containing the Product Details for the Products queried.