Chat SDK for Android v1.2.1
agora java chat SDK
io.agora.chat.ChatManager Member List

This is the complete list of members for io.agora.chat.ChatManager, including all inherited members.

ackConversationRead(String conversationId)io.agora.chat.ChatManager
ackGroupMessageRead(String to, String messageId, String ext)io.agora.chat.ChatManager
ackMessageRead(String to, String messageId)io.agora.chat.ChatManager
addConversationListener(ConversationListener listener)io.agora.chat.ChatManager
addMessageListener(MessageListener listener)io.agora.chat.ChatManager
addReaction(final String messageId, final String reaction)io.agora.chat.ChatManager
asyncAddReaction(final String messageId, final String reaction, final CallBack callback)io.agora.chat.ChatManager
asyncFetchConversationsFromServer(final ValueCallBack< Map< String, Conversation > > callBack)io.agora.chat.ChatManager
asyncFetchConversationsFromServer(int pageNum, int pageSize, final ValueCallBack< Map< String, Conversation > > callBack)io.agora.chat.ChatManager
asyncFetchConversationsFromServer(final int limit, final String cursor, final ValueCallBack< CursorResult< Conversation > > callback)io.agora.chat.ChatManager
asyncFetchGroupReadAcks(final String msgId, final int pageSize, final String startAckId, final ValueCallBack< CursorResult< GroupReadAck > > callBack)io.agora.chat.ChatManager
asyncFetchHistoryMessage(final String conversationId, final ConversationType type, final int pageSize, final String startMsgId, final ValueCallBack< CursorResult< ChatMessage > > callBack)io.agora.chat.ChatManager
asyncFetchHistoryMessage(final String conversationId, final ConversationType type, final int pageSize, final String startMsgId, final Conversation.SearchDirection direction, final ValueCallBack< CursorResult< ChatMessage > > callBack)io.agora.chat.ChatManager
asyncFetchHistoryMessages(String conversationId, ConversationType type, int pageSize, String cursor, FetchMessageOption option, final ValueCallBack< CursorResult< ChatMessage > > callBack)io.agora.chat.ChatManager
asyncFetchPinnedConversationsFromServer(final int limit, final String cursor, final ValueCallBack< CursorResult< Conversation > > callback)io.agora.chat.ChatManager
asyncGetReactionDetail(final String messageId, final String reaction, final String cursor, final int pageSize, final ValueCallBack< CursorResult< MessageReaction > > callback)io.agora.chat.ChatManager
asyncGetReactionList(final List< String > messageIdList, final ChatMessage.ChatType chatType, final String groupId, final ValueCallBack< Map< String, List< MessageReaction > > > callback)io.agora.chat.ChatManager
asyncModifyMessage(String messageId, MessageBody messageBodyModified, final ValueCallBack< ChatMessage > callBack)io.agora.chat.ChatManager
asyncPinConversation(final String conversationId, boolean isPinned, final CallBack callback)io.agora.chat.ChatManager
asyncRecallMessage(final ChatMessage message, final CallBack callback)io.agora.chat.ChatManager
asyncRemoveReaction(final String messageId, final String reaction, final CallBack callback)io.agora.chat.ChatManager
asyncReportMessage(String msgId, String tag, String reportReason, CallBack callBack)io.agora.chat.ChatManager
deleteConversation(String username, boolean deleteMessages)io.agora.chat.ChatManager
deleteConversationFromServer(String username, ConversationType type, boolean isDeleteServerMessages, CallBack deleteCallBack)io.agora.chat.ChatManager
deleteMessagesBeforeTimestamp(long timeStamp, CallBack callback)io.agora.chat.ChatManager
downloadAndParseCombineMessage(ChatMessage message, ValueCallBack< List< ChatMessage > > callback)io.agora.chat.ChatManager
downloadAttachment(final ChatMessage msg)io.agora.chat.ChatManager
downloadThumbnail(final ChatMessage msg)io.agora.chat.ChatManager
fetchConversationsFromServer()io.agora.chat.ChatManager
fetchGroupReadAcks(String msgId, int pageSize, String startAckId)io.agora.chat.ChatManager
fetchHistoryMessages(String conversationId, ConversationType type, int pageSize, String startMsgId)io.agora.chat.ChatManager
fetchHistoryMessages(String conversationId, ConversationType type, int pageSize, String startMsgId, Conversation.SearchDirection direction)io.agora.chat.ChatManager
fetchSupportLanguages(ValueCallBack< List< Language > > callBack)io.agora.chat.ChatManager
getAllConversations()io.agora.chat.ChatManager
getAllConversationsBySort()io.agora.chat.ChatManager
getConversation(String id)io.agora.chat.ChatManager
getConversation(String id, ConversationType type)io.agora.chat.ChatManager
getConversation(String username, ConversationType type, boolean createIfNotExists)io.agora.chat.ChatManager
getConversation(String username, ConversationType type, boolean createIfNotExists, boolean isChatThread)io.agora.chat.ChatManager
getConversationsByType(ConversationType type)io.agora.chat.ChatManager
getMessage(String messageId)io.agora.chat.ChatManager
getReactionDetail(final String messageId, final String reaction, final String cursor, final int pageSize)io.agora.chat.ChatManager
getReactionList(final List< String > messageIdList, final ChatMessage.ChatType chatType, final String groupId)io.agora.chat.ChatManager
getUnreadMessageCount()io.agora.chat.ChatManager
importMessages(List< ChatMessage > msgs)io.agora.chat.ChatManager
loadAllConversations()io.agora.chat.ChatManager
markAllConversationsAsRead()io.agora.chat.ChatManager
recallMessage(ChatMessage message)io.agora.chat.ChatManager
removeConversationListener(ConversationListener listener)io.agora.chat.ChatManager
removeMessageListener(MessageListener listener)io.agora.chat.ChatManager
removeMessagesFromServer(String conversationId, ConversationType type, List< String > msgIdList, CallBack callBack)io.agora.chat.ChatManagerprotected
removeMessagesFromServer(String conversationId, ConversationType type, long beforeTimeStamp, CallBack callBack)io.agora.chat.ChatManagerprotected
removeReaction(final String messageId, final String reaction)io.agora.chat.ChatManager
reportMessage(String msgId, String tag, String reportReason)io.agora.chat.ChatManager
saveMessage(ChatMessage message)io.agora.chat.ChatManager
searchMsgFromDB(Type type, long timeStamp, int maxCount, String from, Conversation.SearchDirection direction)io.agora.chat.ChatManager
searchMsgFromDB(String keywords, long timeStamp, int maxCount, String from, Conversation.SearchDirection direction)io.agora.chat.ChatManager
sendMessage(final ChatMessage msg)io.agora.chat.ChatManager
setVoiceMessageListened(ChatMessage message)io.agora.chat.ChatManager
translateMessage(ChatMessage message, List< String > languages, ValueCallBack< ChatMessage > callBack)io.agora.chat.ChatManager
updateMessage(ChatMessage message)io.agora.chat.ChatManager
updateParticipant(String from, String changeTo)io.agora.chat.ChatManager