Show / Hide Table of Contents

Interface AN_iAcknowledgePurchaseResponseListener

Listener to a result of acknowledge purchase request

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

Methods

onAcknowledgePurchaseResponse(SA_iResult)

Called to notify that an acknowledge purchase operation has finished.

Declaration
void onAcknowledgePurchaseResponse(SA_iResult billingResult)
Parameters
Type Name Description
SA_iResult billingResult

BillingResult of the update.

In This Article
Back to top Generated by DocFX