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
Name | Type | Description |
---|---|---|
billingResult | BillingResult | Billing result of type BillingResult of the response received. |
details | List<ProductDetails> | List containing the Product Details for the Products queried. |
Updated 2 days ago