IAppCoinsBillingStateListener

The IAppCoinsBillingStateListener

A callback interface that serves as a listener for monitoring the SDK setup process and the connection status with the Billing Service.


Public Methods

OnBillingSetupFinished

void OnBillingSetupFinished(int responseCode)

Invoked to notify that the setup of the SDK to the Billing Service has finished.

Parameters

NameTypeDescription
responseCodeIntInteger value of type ResponseCode of the setup status.

OnBillingServiceDisconnected

void OnBillingServiceDisconnected()

Invoked to notify that the connection to the Billing Service has been lost.

This method doesn't indicate that the connection to the Billing Service is permanently lost or that the binding has been broken. The method OnBillingSetupFinished will be called again when the connection is re-established.