ProductDetailsResponseListener

public interface ProductDetailsResponseListener


Listener to a result of product details query.

Summary

Public methods

abstract void
onProductDetailsResponse(
    BillingResult billingResult,
    List<ProductDetails> productDetailsList
)

Called to notify that query product details operation has finished.

Public methods

onProductDetailsResponse

abstract void onProductDetailsResponse(
    BillingResult billingResult,
    List<ProductDetails> productDetailsList
)

Called to notify that query product details operation has finished.

Parameters
BillingResult billingResult

Result of the query. Set to ITEM_UNAVAILABLE if no product details are found.

List<ProductDetails> productDetailsList

List of ProductDetails.