appendMessage(EMMessage msg) | com.hyphenate.chat.EMConversation | |
clear() | com.hyphenate.chat.EMConversation | |
clearAllMessages() | com.hyphenate.chat.EMConversation | |
conversationId() | com.hyphenate.chat.EMConversation | |
emaObject (定义于 com.hyphenate.chat.EMBase< EMAConversation >) | com.hyphenate.chat.EMBase< EMAConversation > | protected |
equals(Object o) (定义于 com.hyphenate.chat.EMBase< EMAConversation >) | com.hyphenate.chat.EMBase< EMAConversation > | |
getAllMessages() | com.hyphenate.chat.EMConversation | |
getAllMsgCount() | 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 | |
getType() | com.hyphenate.chat.EMConversation | |
getUnreadMsgCount() | com.hyphenate.chat.EMConversation | |
hashCode() (定义于 com.hyphenate.chat.EMBase< EMAConversation >) | com.hyphenate.chat.EMBase< EMAConversation > | |
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() | 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 | |