Public Member Functions | |
void | onConnecting () |
void | onConnectSuccess () |
void | onConnectFailed (int code, String error) |
void | onKickedOffline () |
void | onUserSigExpired () |
void | onSelfInfoUpdated (V2TIMUserFullInfo info) |
void | onUserStatusChanged (List< V2TIMUserStatus > userStatusList) |
|
inline |
The SDK is connecting to the CVM instance
|
inline |
The SDK is successfully connected to the CVM instance
|
inline |
The SDK failed to connect to the CVM instance
|
inline |
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.
|
inline |
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.
|
inline |
The profile of the current user was updated
|
inline |
User status changed notification