成员的完整列表,这些成员属于 com.hyphenate.chat.EMChatManager,包括所有继承而来的类成员
| addConversationListener(EMConversationListener listener) | com.hyphenate.chat.EMChatManager | |
| addMessageListener(EMMessageListener listener) | com.hyphenate.chat.EMChatManager | |
| addReaction(final String messageId, final String reaction) | com.hyphenate.chat.EMChatManager | |
| asyncAddConversationMark(@NonNull List< String > conversationIds, @NonNull EMMarkType mark, EMCallBack callback) | com.hyphenate.chat.EMChatManager | |
| asyncAddReaction(final String messageId, final String reaction, final EMCallBack callback) | com.hyphenate.chat.EMChatManager | |
| asyncClearAllConversationUnreadMessageCount(final EMCallBack callBack) | com.hyphenate.chat.EMChatManager | |
| asyncClearConversationUnreadMessageCount(final String conversationId, final EMCallBack callBack) | com.hyphenate.chat.EMChatManager | |
| asyncDeleteAllMsgsAndConversations(boolean clearSeverData, EMCallBack deleteCallBack) | com.hyphenate.chat.EMChatManager | |
| asyncDeleteConversations(List< String > conversationIds, boolean deleteMessages, EMCallBack callBack) | com.hyphenate.chat.EMChatManager | |
| asyncFetchGroupMessageReadReceipts(final String msgId, final int pageSize, final String startAckId, final EMValueCallBack< EMCursorResult< EMGroupReadReceipt > > callBack) | com.hyphenate.chat.EMChatManager | |
| asyncFetchHistoryMessages(String conversationId, EMConversationType type, int pageSize, String cursor, EMFetchMessageOption option, final EMValueCallBack< EMCursorResult< EMMessage > > callBack) | com.hyphenate.chat.EMChatManager | |
| asyncFilterConversationsFromDB(EMCustomConversationFilter filter, boolean cleanConversationsCache, EMValueCallBack< List< EMConversation > > callBack) | com.hyphenate.chat.EMChatManager | |
| asyncGetGroupMessageReadReceipts(final List< EMMessage > messages, final EMValueCallBack< List< EMMessageReadReceipt > > callBack) | com.hyphenate.chat.EMChatManager | |
| asyncGetMessageCount(EMValueCallBack< Integer > callBack) | com.hyphenate.chat.EMChatManager | |
| asyncGetPinnedMessagesFromServer(@NonNull String conversationId, EMValueCallBack< List< EMMessage > > callBack) | com.hyphenate.chat.EMChatManager | |
| asyncGetReactionDetail(final String messageId, final String reaction, final String cursor, final int pageSize, final EMValueCallBack< EMCursorResult< EMMessageReaction > > callback) | com.hyphenate.chat.EMChatManager | |
| asyncGetReactionList(final List< String > messageIdList, final EMMessage.ChatType chatType, final String groupId, final EMValueCallBack< Map< String, List< EMMessageReaction > > > callback) | com.hyphenate.chat.EMChatManager | |
| asyncLoadConversationMessagesWithKeyword(String keyword, long timestamp, String sender, EMConversation.EMSearchDirection direction, EMConversation.EMMessageSearchScope scope, EMValueCallBack< Map< String, List< String > > > callBack) | com.hyphenate.chat.EMChatManager | |
| asyncLoadMessages(@NonNull List< String > messageIds, @NonNull String conversationId, final EMValueCallBack< List< EMMessage > > callback) | com.hyphenate.chat.EMChatManager | |
| asyncModifyMessage(String messageId, @Nullable EMMessageBody messageBodyModified, @Nullable Map< String, Object > ext, final EMValueCallBack< EMMessage > callBack) | com.hyphenate.chat.EMChatManager | |
| asyncPinConversation(final String conversationId, boolean isPinned, final EMCallBack callback) | com.hyphenate.chat.EMChatManager | |
| asyncPinMessage(@NonNull String messageId, EMCallBack callBack) | com.hyphenate.chat.EMChatManager | |
| asyncRecallMessage(final EMMessage message, final EMCallBack callback) | com.hyphenate.chat.EMChatManager | |
| asyncRecallMessage(final EMMessage message, String ext, final EMCallBack callback) | com.hyphenate.chat.EMChatManager | |
| asyncRemoveConversationMark(@NonNull List< String > conversationIds, @NonNull EMMarkType mark, EMCallBack callback) | com.hyphenate.chat.EMChatManager | |
| asyncRemoveReaction(final String messageId, final String reaction, final EMCallBack callback) | com.hyphenate.chat.EMChatManager | |
| asyncSearchMessagesFromServer(@NonNull final EMMessageSearchOption option, final int pageSize, final int pageNum, final EMValueCallBack< EMPageResult< EMSearchServerMessageResult > > callBack) | com.hyphenate.chat.EMChatManager | |
| asyncSendMessageReadReceipts(final List< EMMessage > messages, final EMCallBack callBack) | com.hyphenate.chat.EMChatManager | |
| asyncUnPinMessage(@NonNull String messageId, EMCallBack callBack) | com.hyphenate.chat.EMChatManager | |
| cleanConversationsMemoryCache() | com.hyphenate.chat.EMChatManager | |
| deleteConversation(String conversationId, boolean deleteMessages) | com.hyphenate.chat.EMChatManager | |
| deleteConversationFromServer(String username, EMConversationType type, boolean isDeleteServerMessages, EMCallBack deleteCallBack) | com.hyphenate.chat.EMChatManager | |
| deleteMessagesBeforeTimestamp(long timeStamp, EMCallBack callback) | com.hyphenate.chat.EMChatManager | |
| downloadAndParseCombineMessage(EMMessage message, EMValueCallBack< List< EMMessage > > callback) | com.hyphenate.chat.EMChatManager | |
| downloadAttachment(final EMMessage msg) | com.hyphenate.chat.EMChatManager | |
| downloadAttachment(final EMMessage msg, @Nullable final EMCallBack callback) | com.hyphenate.chat.EMChatManager | |
| downloadBigImage(final EMMessage msg, @Nullable final EMCallBack callback) | com.hyphenate.chat.EMChatManager | |
| downloadThumbnail(final EMMessage msg, @Nullable final EMCallBack callback) | com.hyphenate.chat.EMChatManager | |
| downloadThumbnail(final EMMessage msg) | com.hyphenate.chat.EMChatManager | |
| fetchSupportLanguages(EMValueCallBack< List< EMLanguage > > callback) | com.hyphenate.chat.EMChatManager | |
| getAllConversations() | com.hyphenate.chat.EMChatManager | |
| getAllConversationsBySort() | com.hyphenate.chat.EMChatManager | |
| getConversation(String id) | com.hyphenate.chat.EMChatManager | |
| getConversation(String id, EMConversationType type) | com.hyphenate.chat.EMChatManager | |
| getConversation(String username, EMConversationType type, boolean createIfNotExists) | com.hyphenate.chat.EMChatManager | |
| getConversation(String username, EMConversationType type, boolean createIfNotExists, boolean isChatThread) | com.hyphenate.chat.EMChatManager | |
| getConversationsByType(EMConversationType type) | com.hyphenate.chat.EMChatManager | |
| getMessage(String messageId) | com.hyphenate.chat.EMChatManager | |
| getReactionDetail(final String messageId, final String reaction, final String cursor, final int pageSize) | com.hyphenate.chat.EMChatManager | |
| getReactionList(final List< String > messageIdList, final EMMessage.ChatType chatType, final String groupId) | com.hyphenate.chat.EMChatManager | |
| getUnreadMessageCount() | com.hyphenate.chat.EMChatManager | |
| importMessages(List< EMMessage > msgs) | com.hyphenate.chat.EMChatManager | |
| recallMessage(EMMessage message) | com.hyphenate.chat.EMChatManager | |
| recallMessage(EMMessage message, String ext) | com.hyphenate.chat.EMChatManager | |
| removeConversationListener(EMConversationListener listener) | com.hyphenate.chat.EMChatManager | |
| removeMessageListener(EMMessageListener listener) | com.hyphenate.chat.EMChatManager | |
| removeMessagesFromServer(String conversationId, EMConversationType type, List< String > msgIdList, EMCallBack callBack) | com.hyphenate.chat.EMChatManager | protected |
| removeMessagesFromServer(String conversationId, EMConversationType type, long beforeTimeStamp, EMCallBack callBack) | com.hyphenate.chat.EMChatManager | protected |
| removeReaction(final String messageId, final String reaction) | com.hyphenate.chat.EMChatManager | |
| saveMessage(EMMessage message) | com.hyphenate.chat.EMChatManager | |
| searchMsgFromDB(@NonNull Type type, long timeStamp, int maxCount, String from, EMConversation.EMSearchDirection direction) | com.hyphenate.chat.EMChatManager | |
| searchMsgFromDB(Set< Type > types, long timeStamp, int maxCount, String from, EMConversation.EMSearchDirection direction) | com.hyphenate.chat.EMChatManager | |
| searchMsgFromDB(String keywords, long timeStamp, int maxCount, String from, EMConversation.EMSearchDirection direction) | com.hyphenate.chat.EMChatManager | |
| searchMsgFromDB(String keywords, long timeStamp, int maxCount, String from, EMConversation.EMSearchDirection direction, EMConversation.EMMessageSearchScope searchScope) | com.hyphenate.chat.EMChatManager | |
| sendMessage(final EMMessage msg) | com.hyphenate.chat.EMChatManager | |
| setVoiceMessageListened(EMMessage message) | com.hyphenate.chat.EMChatManager | |
| translateMessage(EMMessage message, List< String > languages, EMValueCallBack< EMMessage > callback) | com.hyphenate.chat.EMChatManager | |
| updateMessage(EMMessage message) | com.hyphenate.chat.EMChatManager | |
| voiceFileToText(final String filePath, final EMAudioParams audioParams, final EMValueCallBack< String > callback) | com.hyphenate.chat.EMChatManager | |
| voiceMessageToText(final EMMessage message, final EMValueCallBack< String > callback) | com.hyphenate.chat.EMChatManager |