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 |
init SDK |
joinGroup |
join a Group |
login |
user login |
logout |
logout |
quitGroup |
Quit a group. |
removeGroupListener |
Remove a specific group listener. |
setAPNSListener |
Set the specified listener for APNS on Apple iOS devices. |
setSelfInfo |
Set and modify the self info and profile. |
setSelfStatus |
Set the status for the current logged in user. |
unInitSDK |
Uninitialized the SDK. |