IProductDetailsResponseListener

The 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

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.