ProductDetailsResponseListener

com.aptoide.sdk.billing.ProductDetailsResponseListener

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


Public Methods

onProductDetailsResponse

void onProductDetailsResponse(BillingResult billingResult, QueryProductDetailsResult productDetailsResult)

Invoked to notify about Product Details request operation.

Parameters
NameTypeDescription
billingResultBillingResultBilling result of type BillingResult of the response received.
productDetailsResultQueryProductDetailsResultValue with the product details query result containing the successfully fetched product details and unfetched products.