| appendMessage(EMMessage msg) | com.hyphenate.chat.EMConversation | |
| asyncSearchMsgFromDB(String keywords, long timeStamp, int maxCount, List< String > senders, EMSearchDirection direction, EMMessageSearchScope searchScope, EMValueCallBack< List< EMMessage > > callback) | 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 | |
| getAllMsgCount(long startTimestamp, long endTimestamp) | com.hyphenate.chat.EMConversation | |
| getExtField() | com.hyphenate.chat.EMConversation | |
| getLastMessage() | com.hyphenate.chat.EMConversation | |
| getLatestMessageFromOthers() | com.hyphenate.chat.EMConversation | |
| getMessage(String messageId, boolean markAsRead) | com.hyphenate.chat.EMConversation | |
| getMessageAttachmentPath() | com.hyphenate.chat.EMConversation | |
| getPinnedTime() | com.hyphenate.chat.EMConversation | |
| getType() | com.hyphenate.chat.EMConversation | |
| getUnreadMsgCount() | com.hyphenate.chat.EMConversation | |
| insertMessage(EMMessage msg) | com.hyphenate.chat.EMConversation | |
| isChatThread() | com.hyphenate.chat.EMConversation | |
| isGroup() | com.hyphenate.chat.EMConversation | |
| isPinned() | com.hyphenate.chat.EMConversation | |
| loadMoreMsgFromDB(String startMsgId, int pageSize) | com.hyphenate.chat.EMConversation | |
| loadMoreMsgFromDB(String startMsgId, int pageSize, EMSearchDirection direction) | com.hyphenate.chat.EMConversation | |
| markAllMessagesAsRead() | com.hyphenate.chat.EMConversation | |
| markMessageAsRead(String messageId) | com.hyphenate.chat.EMConversation | |
| marks() | com.hyphenate.chat.EMConversation | |
| msgType2ConversationType(String id, EMMessage.ChatType type) | com.hyphenate.chat.EMConversation | static |
| pinnedMessages() | com.hyphenate.chat.EMConversation | |
| pushRemindType() | com.hyphenate.chat.EMConversation | |
| removeMessage(String messageId) | com.hyphenate.chat.EMConversation | |
| removeMessages(long startTime, long endTime) | com.hyphenate.chat.EMConversation | |
| removeMessagesFromServer(List< String > msgIdList, EMCallBack callBack) | com.hyphenate.chat.EMConversation | |
| removeMessagesFromServer(long beforeTimeStamp, EMCallBack callBack) | com.hyphenate.chat.EMConversation | |
| searchCustomMsgFromDB(String keywords, long timeStamp, int maxCount, String from, EMSearchDirection direction) | com.hyphenate.chat.EMConversation | |
| searchMsgFromDB(long timeStamp, int maxCount, EMSearchDirection direction) | com.hyphenate.chat.EMConversation | |
| searchMsgFromDB(Type type, long timeStamp, int maxCount, String from, EMSearchDirection direction) | com.hyphenate.chat.EMConversation | |
| searchMsgFromDB(Set< Type > types, 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(String keywords, long timeStamp, int maxCount, String from, EMSearchDirection direction, EMMessageSearchScope searchScope) | 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 | |