| appendMessage(EMMessage msg) | com.hyphenate.chat.EMConversation | |
| clear() | com.hyphenate.chat.EMConversation | |
| clearAllMessages() | com.hyphenate.chat.EMConversation | |
| conversationId() | com.hyphenate.chat.EMConversation | |
| getAllMessages() | com.hyphenate.chat.EMConversation | |
| getAllMsgCount() | com.hyphenate.chat.EMConversation | |
| getExtField() | com.hyphenate.chat.EMConversation | |
| getLastMessage() | com.hyphenate.chat.EMConversation | |
| getMessage(String messageId, boolean markAsRead) | com.hyphenate.chat.EMConversation | |
| getMessagePosition(EMMessage message) | com.hyphenate.chat.EMConversation | |
| getType() | com.hyphenate.chat.EMConversation | |
| getUnreadMsgCount() | com.hyphenate.chat.EMConversation | |
| getUserName() | com.hyphenate.chat.EMConversation | |
| insertMessage(EMMessage msg) | com.hyphenate.chat.EMConversation | |
| isGroup() | com.hyphenate.chat.EMConversation | |
| loadMessages(List< String > msgIds) | com.hyphenate.chat.EMConversation | |
| loadMoreMsgFromDB(String startMsgId, int pageSize) | com.hyphenate.chat.EMConversation | |
| markAllMessagesAsRead() (defined in com.hyphenate.chat.EMConversation) | com.hyphenate.chat.EMConversation | |
| markMessageAsRead(String messageId) | com.hyphenate.chat.EMConversation | |
| msgType2ConversationType(String id, EMMessage.ChatType type) | com.hyphenate.chat.EMConversation | static |
| removeMessage(String messageId) | com.hyphenate.chat.EMConversation | |
| searchMsgFromDB(long timeStamp, int maxCount, EMSearchDirection direction) | com.hyphenate.chat.EMConversation | |
| searchMsgFromDB(EMMessage.Type type, long timeStamp, int maxCount, String from, EMSearchDirection direction) | com.hyphenate.chat.EMConversation | |
| searchMsgFromDB(String keywords, long timeStamp, int maxCount, String from, EMSearchDirection direction) | com.hyphenate.chat.EMConversation | |
| searchMsgFromDB(long startTimeStamp, long endTimeStamp, int maxCount) | com.hyphenate.chat.EMConversation | |
| setExtField(String ext) | com.hyphenate.chat.EMConversation | |
| updateMessage(EMMessage msg) | com.hyphenate.chat.EMConversation | |