Show / Hide Table of Contents

Interface AN_iConsumeResponseListener

Callback that notifies when a consumption operation finishes.

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

Methods

OnConsumeResponse(SA_iResult, String)

Called to notify that a consume operation has finished.

Declaration
void OnConsumeResponse(SA_iResult billingResult, string purchaseToken)
Parameters
Type Name Description
SA_iResult billingResult

BillingResult, the result of the consume operation.

System.String purchaseToken

The purchase token that was (or was to be) consumed.

In This Article
Back to top Generated by DocFX