agora_chat_SDK  3.8.2
agorajavachatSDK
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
asyncFetchConversationsFromServer(final ValueCallBack< Map< String, 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
aysncRecallMessage(final ChatMessage message, final CallBack callback)io.agora.chat.ChatManager
ChatManager() (defined in io.agora.chat.ChatManager)io.agora.chat.ChatManagerprotected
ChatManager(ChatClient client, EMAChatManager manager) (defined in io.agora.chat.ChatManager)io.agora.chat.ChatManagerprotected
deleteConversation(String username, boolean deleteMessages)io.agora.chat.ChatManager
downloadAttachment(final ChatMessage msg)io.agora.chat.ChatManager
downloadFile(final String remoteUrl, final String localFilePath, final Map< String, String > headers, final CallBack callback)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
getAllConversations()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
getConversationsByType(ConversationType type)io.agora.chat.ChatManager
getMessage(String messageId)io.agora.chat.ChatManager
getUnreadMessageCount()io.agora.chat.ChatManager
getUnreadMsgsCount()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
saveMessage(ChatMessage message)io.agora.chat.ChatManager
searchMsgFromDB(ChatMessage.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
setMessageListened(ChatMessage message)io.agora.chat.ChatManager
setVoiceMessageListened(ChatMessage message)io.agora.chat.ChatManager
updateMessage(ChatMessage message)io.agora.chat.ChatManager
updateParticipant(String from, String changeTo)io.agora.chat.ChatManager