|
using | nim::QChatReplyMessageResp = QChatSendMessageResp |
|
using | nim::QChatGetMessagesCacheResp = QChatGetMessagesResp |
|
using | nim::QChatGetMessageHistoryByIdsResp = QChatGetMessagesResp |
|
using | nim::QChatGetReferMessagesResp = QChatGetMessagesResp |
|
using | nim::QChatAddQuickCommentResp = QChatBaseResp |
|
using | nim::QChatRemoveQuickCommentResp = QChatBaseResp |
|
using | nim::QChatGetMentionedMeMessagesResp = QChatMessageSearchPageResp |
|
typedef std::function< void(const QChatRecvMsgResp &)> | nim::RecvMsgCallback |
| 接收消息回调
|
|
typedef std::function< void(const QChatSendMessageResp &)> | nim::SendMsgCallback |
| 发送消息回调
|
|
typedef std::function< void(const QChatUpdateMessageResp &)> | nim::UpdateMsgCallback |
| 更新消息回调
|
|
typedef std::function< void(const QChatMsgUpdatedResp &)> | nim::MsgUpdatedCallback |
| 消息更新回调
|
|
typedef std::function< void(const QChatGetMessagesResp &)> | nim::GetMessagesCallback |
| 查询历史消息回调
|
|
typedef std::function< void(const QChatGetLastMessagesResp &)> | nim::GetLastMessagesCallback |
| 查询频道最后一条消息回调
|
|
using | nim::GetMessagesCacheCallback = GetMessagesCallback |
| 本地获取消息回调
|
|
typedef std::function< void(const QChatMarkMessageReadResp &)> | nim::MarkMessageReadCallback |
| 消息已读标记回调
|
|
using | nim::ReplyMessageCallback = std::function< void(const QChatReplyMessageResp &)> |
| 回复消息回调
|
|
using | nim::GetMessageHistoryByIdsCallback = GetMessagesCallback |
| 根据消息 ID 查询消息回调
|
|
using | nim::AreMentionedMeMessagesCallback = std::function< void(const QChatAreMentionedMeMessagesResp &)> |
| 查询消息是否 @ 当前用户回调
|
|
using | nim::GetReferMessagesCallback = GetMessagesCallback |
| 获取关联消息回调
|
|
using | nim::GetThreadMessagesCallback = std::function< void(const QChatGetThreadMessagesResp &)> |
| 查询Thread消息回调
|
|
using | nim::GetThreadRootMessagesMetaCallback = std::function< void(const QChatGetThreadRootMessagesMetaResp &)> |
| 查询Thread消息元信息回调
|
|
using | nim::QuickCommentCallback = QChatBaseCallback |
| 添加快捷回复回调
|
|
using | nim::GetQuickCommentsCallback = std::function< void(const QChatGetQuickCommentsResp &)> |
| 查询快捷回复回调
|
|
using | nim::MessageSearchPageCallback = std::function< void(const QChatMessageSearchPageResp &)> |
| 消息分页搜索回调
|
|
using | nim::GetMentionedMeMessagesCallback = std::function< void(const QChatGetMentionedMeMessagesResp &)> |
| 查询未读消息中 @ 当前用户的消息回调
|
|
using | nim::GetTextCacheCallback = std::function< void(const QChatGetTextCacheResp &)> |
| 查询文本缓存回调
|
|
using | nim::QChatAddQuickCommentParam = QChatQuickCommentParam< kNIMQChatQuickCommentAdd, NIMQChatAddQuickCommentParam, NIMQChatAddQuickCommentResp > |
|
using | nim::QChatRemoveQuickCommentParam = QChatQuickCommentParam< kNIMQChatQuickCommentRemove, NIMQChatRemoveQuickCommentParam, NIMQChatRemoveQuickCommentResp > |
|
using | nim::QChatInsertOrReplaceTextCacheResp = QChatBaseResp |
|
using | nim::QChatDeleteTextCacheResp = QChatBaseResp |
|