appendMessage(ChatMessage msg) | io.agora.chat.Conversation | |
clear() | io.agora.chat.Conversation | |
clearAllMessages() | io.agora.chat.Conversation | |
conversationId() | io.agora.chat.Conversation | |
emaObject (defined in io.agora.chat.EMBase< T >) | io.agora.chat.EMBase< T > | protected |
equals(Object o) (defined in io.agora.chat.EMBase< T >) | io.agora.chat.EMBase< T > | |
getAllMessages() | io.agora.chat.Conversation | |
getAllMsgCount() | io.agora.chat.Conversation | |
getExtField() | io.agora.chat.Conversation | |
getLastMessage() | io.agora.chat.Conversation | |
getLatestMessageFromOthers() | io.agora.chat.Conversation | |
getMessage(String messageId, boolean markAsRead) | io.agora.chat.Conversation | |
getMessageAttachmentPath() | io.agora.chat.Conversation | |
getType() | io.agora.chat.Conversation | |
getUnreadMsgCount() | io.agora.chat.Conversation | |
hashCode() (defined in io.agora.chat.EMBase< T >) | io.agora.chat.EMBase< T > | |
insertMessage(ChatMessage msg) | io.agora.chat.Conversation | |
isGroup() | io.agora.chat.Conversation | |
loadMessages(List< String > msgIds) | io.agora.chat.Conversation | |
loadMoreMsgFromDB(String startMsgId, int pageSize) | io.agora.chat.Conversation | |
markAllMessagesAsRead() | io.agora.chat.Conversation | |
markMessageAsRead(String messageId) | io.agora.chat.Conversation | |
msgType2ConversationType(String id, ChatMessage.ChatType type) | io.agora.chat.Conversation | static |
removeMessage(String messageId) | io.agora.chat.Conversation | |
searchCustomMsgFromDB(String keywords, long timeStamp, int maxCount, String from, SearchDirection direction) | io.agora.chat.Conversation | |
searchMsgFromDB(long timeStamp, int maxCount, SearchDirection direction) | io.agora.chat.Conversation | |
searchMsgFromDB(ChatMessage.Type type, long timeStamp, int maxCount, String from, SearchDirection direction) | io.agora.chat.Conversation | |
searchMsgFromDB(String keywords, long timeStamp, int maxCount, String from, SearchDirection direction) | io.agora.chat.Conversation | |
searchMsgFromDB(long startTimeStamp, long endTimeStamp, int maxCount) | io.agora.chat.Conversation | |
setExtField(String ext) | io.agora.chat.Conversation | |
updateMessage(ChatMessage msg) | io.agora.chat.Conversation | |