| 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 face message. |
| createFileMessage |
Create a file message. |
| createForwardMessage |
Create a forward message. |
| createImageMessage |
Create an image message. |
| createLocationMessage |
Create a location message. |
| createMergerMessage |
Create a merger message. |
| createSoundMessage |
Create a sound or audio message. |
| createTargetedGroupMessage |
Create a target group message. |
| createTextAtMessage |
Create a group @ message. |
| createTextMessage |
createTextMessage |
| 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 |
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 message form local app |
| sendMessage |
send a message |
| sendMessageReadReceipts |
send a message read receipts |
| 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 |
| translateText |
Translate Text |