com.gs.account.listener

AccountStatusListener

Through this class, can listen to the status of the account
you must override callback methods related

Supported Products:

All


Detail

Method

method description
public void onSipAccountStatusChanged(java.util.List accounts, SipAccount account);

Callback invoked when sip account status changed.

need listen SIP_ACCOUNT_STATUS

Params:

accounts
all active accounts {@linkplain SipAccount}
account
which account changed {@linkplain SipAccount}

Supported Products:

All

public void destroy();

Destroy callback instance and release related memory

Call this method,when you no longer to use this accountStatusListener object again.


Supported Products:

All


Member & Constant

Member description
public IAccountStatusListener callback Inner account status listener

Supported Products:

All