Show / Hide Table of Contents

Interface AN_iBillingClientStateListener

Callback for setup process. This listener's OnBillingSetupFinished(SA_iResult) method is called when the setup process is complete.

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

Methods

OnBillingServiceDisconnected()

Called to notify that connection to billing service was lost.

Note: This does not remove billing service connection itself - this binding to the service will remain active, and you will receive a call to OnBillingSetupFinished(SA_iResult) when billing service is next running and setup is complete.

Declaration
void OnBillingServiceDisconnected()

OnBillingSetupFinished(SA_iResult)

Called to notify that setup is complete.

Declaration
void OnBillingSetupFinished(SA_iResult billingResult)
Parameters
Type Name Description
SA_iResult billingResult
In This Article
Back to top Generated by DocFX