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