Instance Methods | |
(void) | - onConnecting |
(void) | - onConnectSuccess |
(void) | - onConnectFailed:err: |
(void) | - onKickedOffline |
(void) | - onUserSigExpired |
(void) | - onSelfInfoUpdated: |
(void) | - onUserStatusChanged: |
|
optional |
The SDK is connecting to the CVM instance.
|
optional |
The SDK is successfully connected to the CVM instance.
|
optional |
The SDK failed to connect to the CVM instance.
|
optional |
The current user is kicked offline: the SDK notifies the user on the UI, and the user can choose to call the login() function of V2TIMManager to log in again.
|
optional |
The ticket expires when the user is online: the user needs to generate a new userSig and call the login() function of V2TIMManager to log in again.
|
optional |
The profile of the current user was updated.
|
optional |
User status changed notification