This reference document contains the details of SkuDetailsResponseListener
interface and the corresponding public method.
The details of the Listener to the results of the SKU details query.
public interface SkuDetailsResponseListener gg.now.billingclient.api.SkuDetailsResponseListener
This method is called to notify that an operation to fetch SKU details has finished.
onSkuDetailsResponse(int billingResult, List<SkuDetails> skuDetailsList)
Params | Description |
---|---|
billingResult | Returns a billing result response code indicating the result of the query. |
skuDetailsList | List of SKU Details |
Payments Module
Payments Module
Document Rev. 1.0