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
| Name | Type | Description |
|---|---|---|
| billingResult | BillingResult | Billing result of type BillingResult of the response received. |
| productDetailsResult | QueryProductDetailsResult | Value with the product details query result containing the successfully fetched product details and unfetched products. |
Updated 3 days ago
