appendMessage(ChatMessage msg) | io.agora.chat.Conversation | |
clear() | io.agora.chat.Conversation | |
clearAllMessages() | io.agora.chat.Conversation | |
conversationId() | io.agora.chat.Conversation | |
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 | |
getPinnedTime() | io.agora.chat.Conversation | |
getType() | io.agora.chat.Conversation | |
getUnreadMsgCount() | io.agora.chat.Conversation | |
insertMessage(ChatMessage msg) | io.agora.chat.Conversation | |
isChatThread() | io.agora.chat.Conversation | |
isGroup() | io.agora.chat.Conversation | |
isPinned() | io.agora.chat.Conversation | |
loadMoreMsgFromDB(String startMsgId, int pageSize) | io.agora.chat.Conversation | |
loadMoreMsgFromDB(String startMsgId, int pageSize, SearchDirection direction) | 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 | |
removeMessages(long startTime, long endTime) | io.agora.chat.Conversation | |
removeMessagesFromServer(List< String > msgIdList, CallBack callBack) | io.agora.chat.Conversation | |
removeMessagesFromServer(long beforeTimeStamp, CallBack callBack) | 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 | |