IProductDetailsResponseListener
The IProductDetailsResponseListener
IProductDetailsResponseListener
A callback interface that serves as a listener for the querying of Product Details.
Public Methods
OnProductDetailsResponse
void OnProductDetailsResponse(BillingResult billingResult, QueryProductDetailsResult productDetailsResult);
Invoked to notify about the result of the 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 about 12 hours ago