Show / Hide Table of Contents

Class AN_ConsumeParams.Builder

Helps construct AN_ConsumeParams that are used to consume a purchase.

Inheritance
System.Object
AN_ConsumeParams.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_ConsumeParams reference to initiate consume action.

Declaration
public AN_ConsumeParams Build()
Returns
Type Description
AN_ConsumeParams

SetDeveloperPayload(String)

Declaration
public void SetDeveloperPayload(string developerPayload)
Parameters
Type Name Description
System.String developerPayload

SetPurchaseToken(String)

Specify the token that identifies the purchase to be consumed.

Declaration
public void SetPurchaseToken(string purchaseToken)
Parameters
Type Name Description
System.String purchaseToken

Purchase Token

In This Article
Back to top Generated by DocFX