Show / Hide Table of Contents

Class AN_Purchase.PurchasesResult

Result list and code for queryPurchases method

Inheritance
System.Object
AN_PurchasesUpdatedResult
AN_Purchase.PurchasesResult
Inherited Members
AN_PurchasesUpdatedResult.Purchases
Namespace: SA.Android.Vending.BillingClient
Assembly: cs.temp.dll.dll
Syntax
public class PurchasesResult : AN_PurchasesUpdatedResult

Fields

m_ResponseCode

Declaration
public int m_ResponseCode
Field Value
Type Description
System.Int32

Properties

BillingResult

Returns the BillingResult of the operation.

Declaration
public SA_Result BillingResult { get; }
Property Value
Type Description
SA_Result

ResponseCode

Returns the response code of In-app Billing API calls.

Declaration
public AN_BillingClient.BillingResponseCode ResponseCode { get; }
Property Value
Type Description
AN_BillingClient.BillingResponseCode
In This Article
Back to top Generated by DocFX