PurchaseClientStateListener

public interface PurchaseClientStateListener
com.gaa.sdk.iap.PurchaseClientStateListener

It is a listener for the connection setup process.

Public methods


onSetupFinished

void onSetupFinished( iapResult)

It is called up to notify that the connection setup has completed.

Parameters:

iapResult

Results of requested work

onServiceDisconnected

void onServiceDisconnected()

It is called up to notify that connection has been cut.

Last updated