Show / Hide Table of Contents

Interface AN_iSkuDetailsResponseListener

Listener to a result of SKU details query

Namespace: SA.Android.Vending.BillingClient
Assembly: cs.temp.dll.dll
Syntax
public interface AN_iSkuDetailsResponseListener

Methods

OnSkuDetailsResponse(SA_Result, List<AN_SkuDetails>)

Called to notify that a fetch SKU details operation has finished.

Declaration
void OnSkuDetailsResponse(SA_Result billingResult, List<AN_SkuDetails> skuDetailsList)
Parameters
Type Name Description
SA_Result billingResult

BillingResult of the update.

List<AN_SkuDetails> skuDetailsList

List of SKU details.

In This Article
Back to top Generated by DocFX