Public Member Functions | |
V2TIMSDKListener () | |
virtual | ~V2TIMSDKListener () |
virtual void | OnConnecting () |
virtual void | OnConnectSuccess () |
virtual void | OnConnectFailed (int error_code, const V2TIMString &error_message) |
virtual void | OnKickedOffline () |
virtual void | OnUserSigExpired () |
virtual void | OnSelfInfoUpdated (const V2TIMUserFullInfo &info) |
virtual void | OnUserStatusChanged (const V2TIMUserStatusVector &userStatusList) |
virtual void | OnUserInfoChanged (const V2TIMUserFullInfoVector &userInfoList) |
virtual void | OnAllReceiveMessageOptChanged (const V2TIMReceiveMessageOptInfo &receiveMessageOptInfo) |
virtual void | onExperimentalNotify (const V2TIMString &key, const V2TIMString ¶m) |
V2TIMSDKListener | ( | ) |
|
virtual |
|
inlinevirtual |
The SDK is connecting to the CVM instance
|
inlinevirtual |
The SDK is successfully connected to the CVM instance
|
inlinevirtual |
The SDK failed to connect to the CVM instance
|
inlinevirtual |
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.
|
inlinevirtual |
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.
|
inlinevirtual |
The profile of the current user was updated
|
inlinevirtual |
The status of a user changed.
|
inlinevirtual |
User profile change notification
|
inlinevirtual |
The message receiving options for all conversations changed.
|
inlinevirtual |
Experimental event notification