Show / Hide Table of Contents

Class AN_SkuDetailsParams.Builder

Helps to construct AN_SkuDetailsParams that are used to query for SKU details.

Inheritance
System.Object
AN_SkuDetailsParams.Builder
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 Builder

Methods

Build()

Returns AN_SkuDetailsParams reference to initiate a purchase flow.

Declaration
public AN_SkuDetailsParams Build()
Returns
Type Description
AN_SkuDetailsParams

AN_SkuDetailsParams reference to initiate a purchase flow.

SetSkusList(List<String>)

Specify the SKUs that are queried for as published in the Google Developer console. Mandatory To query for SKU details

Declaration
public void SetSkusList(List<string> skusList)
Parameters
Type Name Description
List<System.String> skusList

SKUs list to we are querying.

SetType(AN_BillingClient.SkuType)

Specify the type of SKUs we are querying for. Mandatory To query for SKU details

Declaration
public void SetType(AN_BillingClient.SkuType type)
Parameters
Type Name Description
AN_BillingClient.SkuType type

SKUs type we are querying for.

In This Article
Back to top Generated by DocFX