addGroupListener |
Add a group listener. |
dismissGroup |
Dismiss and delete a specific group. |
getConversationManager |
Get the conversation manager, which is the main class for those conversation-related methods. |
getFriendshipManager |
Get the entry point for those friendship-related methods. |
getGroupManager |
Get the group manager, which is the main class for those group-related methods. |
getLoginStatus |
Get the login status. |
getLoginUser |
Get the ID of the current logged in user. |
getMessageManager |
Get the message manager, which is the main class for those message-related methods. |
getOfflinePushManager |
Get the offline push manager, which is the main class for those offline push related methods. |
getServerTime |
Get the live server time. |
getSignalingManager |
The entry point for for the signaling-related methods. |
getUserStatus |
Get the online status of the users. |
getUsersInfo |
Get the info or profile of users. |
getVersion |
Get the version of the SDK. |
initSDK |
Initialize the SDK |
joinGroup |
The user calls this method to request to join the group. |
login |
Login to IM. |
logout |
Logout the current user. |
quitGroup |
Quit a group. |
removeGroupListener |
Remove a specific group listener. |
setAPNSListener |
Set the specified listener for APNS on Apple iOS devices. |
setGroupListener |
Set a group listener. |
setSelfInfo |
Set and modify the self info and profile. |
setSelfStatus |
Set the status for the current logged in user. |
subscribeUserStatus |
Subscribe the user status changes events. |
unInitSDK |
Uninitialized the SDK. |
unsubscribeUserStatus |
Unsubscribe the listen to the user status changes events. |