Instance Methods | |
(void) | - onConnecting |
(void) | - onConnectSuccess |
(void) | - onConnectFailed:err: |
(void) | - onKickedOffline |
(void) | - onUserSigExpired |
(void) | - onSelfInfoUpdated: |
(void) | - onUserStatusChanged: |
(void) | - onUserInfoChanged: |
(void) | - onAllReceiveMessageOptChanged: |
(void) | - onExperimentalNotify:param: |
|
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. When this occurs, you can notify the user on the UI and then call the login() function of V2TIMManager to log in the user again.
|
optional |
The ticket expired while the user is online. When this occurs, you need to generate a new userSig and call the login() function of V2TIMManager to log in the user again.
|
optional |
The profile of the current user was updated.
|
optional |
The status of a user changed.
|
optional |
User profile change notification
|
optional |
The message receiving options for all conversations changed.
|
optional |
Experimental event notification