Show / Hide Table of Contents

Class AN_SkuDetailsParams

Parameters to initiate a query for SKU details.

Inheritance
System.Object
AN_SkuDetailsParams
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.Vending.BillingClient
Assembly: cs.temp.dll.dll
Syntax
public class AN_SkuDetailsParams

Properties

SkusList

SKUs list to we are querying.

Declaration
public List<string> SkusList { get; }
Property Value
Type Description
List<System.String>

SkuType

SKUs type we are querying for.

Declaration
public AN_BillingClient.SkuType SkuType { get; }
Property Value
Type Description
AN_BillingClient.SkuType

Methods

NewBuilder()

Constructs a new AN_SkuDetailsParams.Builder instance.

Declaration
public static AN_SkuDetailsParams.Builder NewBuilder()
Returns
Type Description
AN_SkuDetailsParams.Builder

a new AN_SkuDetailsParams.Builder instance.

In This Article
Back to top Generated by DocFX