Through this class, can listen to the status of the account
you must override callback methods related
All
method | description |
---|---|
public void onSipAccountStatusChanged (java.util.List accounts, SipAccount account); |
Callback invoked when sip account status changed. need listen SIP_ACCOUNT_STATUSParams: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 | description |
---|---|
public IAccountStatusListener callback |
Inner account status listener
Supported Products:All |