addAdvancedMsgListener |
Add an advanced message listener, which can be used to listen for all the receiving messages. |
appendMessage |
Append a message to another message, used for create a set of messages, with several elements. For example, can be used to create a new message with both texts and images. |
clearC2CHistoryMessage |
Clear all the history messages for a c2c conversation, chat with another specific user, on both local and remote server, without the deleting of conversation. |
clearGroupHistoryMessage |
Clear all the history messages for a group chat, on both local and remote server, without the deleting of conversation. |
createCustomMessage |
Create a custom message. |
createFaceMessage |
Create a sticker message. |
createFileMessage |
Create a message that carry a file. |
createForwardMessage |
Create a forwarding message for a single message. |
createImageMessage |
Create an image message. |
createLocationMessage |
Create a location message. |
createMergerMessage |
Create a merged message for forwarding. |
createSoundMessage |
Create a sound or audio message. |
createTargetedGroupMessage |
Create a target group message. |
createTextAtMessage |
Create a group @ message. |
createTextMessage |
Create a new text message. |
createVideoMessage |
create a video Message |
deleteMessageExtensions |
Delete message extension |
deleteMessageFromLocalStorage |
Delete the message from local storage. |
deleteMessages |
Delete messages from both local and remote server. |
downloadMergerMessage |
Download the message instances for merged messages. |
downloadMessage |
Download media messages |
getC2CHistoryMessageList |
Call this method to load historical one-to-one c2c messages. |
getC2CReceiveMessageOpt |
Query the message receiving options for other users. |
getGroupHistoryMessageList |
Load the history message list for group chat, especially for those sent before entering the group chat. |
getGroupMessageReadMemberList |
Load the list of members who read or unread the specified group message. |
getHistoryMessageList |
[Recommend]: The advanced method to load the history message list. |
getMessageExtensions |
Get message extension |
getMessageOnlineUrl |
Get media message URL |
getMessageReadReceipts |
Load the list of reading receipt for messages. |
insertC2CMessageToLocalStorage |
Add a message to a c2c conversation locally. |
insertGroupMessageToLocalStorage |
Add a message to a group chat locally. |
markAllMessageAsRead |
Mark all message related to current users as read. Clear the total unread count. |
markC2CMessageAsRead |
Mark a specific c2c conversation as read. |
markGroupMessageAsRead |
Mark a specific group chat as read. |
modifyMessage |
This feature enables any member in a conversation to modify a successfully sent message in the conversation. The message will be synced to all the members in the conversation once modified successfully. |
reSendMessage |
Re-send a message. |
removeAdvancedMsgListener |
Remove an specific advanced message listener. |
revokeMessage |
Recall a sent message. |
searchLocalMessages |
Search the local messages. |
sendMessage |
Send a message been created. |
sendMessageReadReceipts |
Send the message read receipt. |
sendReplyMessage |
Send a replied message, this kinds of message can refer to a message sent in previous. |
setC2CReceiveMessageOpt |
Set the message receiving option for c2c messages from several users. |
setGroupReceiveMessageOpt |
Set the message receiving option for group messages from a specified group. |
setLocalCustomData |
Set the custom data for a given message on local. |
setLocalCustomInt |
Set the custom data for a given message on local, in int. |
setMessageExtensions |
Set message extension |