NIM 跨平台 C++ SDK
载入中...
搜索中...
未找到
类
|
命名空间
|
类型定义
nim_qchat_message_cpp_def.h 文件参考
#include "
nim_qchat_public_cpp_def.h
"
浏览源代码.
类
struct
nim::IQChatAttachInterface
struct
nim::QChatDefaultAttach
struct
nim::QChatFileAttach
struct
nim::QChatImageAttach
struct
nim::QChatAudioAttach
struct
nim::QChatVideoAttach
struct
nim::QChatLocationAttach
struct
nim::QChatNotificationAttach
struct
nim::QChatTipsAttach
struct
nim::QChatMessageUpdateInfo
struct
nim::QChatMessageAntiSpamInfo
struct
nim::QChatMessageThreadInfo
struct
nim::QChatMessageSend
struct
nim::QChatMessageUpdateContent
struct
nim::QChatMessageUpdateOpeInfo
struct
nim::QChatMessage
struct
nim::QChatRecvMsgResp
struct
nim::QChatMsgUpdatedResp
struct
nim::QChatSendMessageResp
struct
nim::QChatUpdateMessageResp
struct
nim::QChatGetMessagesResp
struct
nim::QChatGetLastMessagesResp
struct
nim::QChatAreMentionedMeMessagesResp
struct
nim::QChatMarkMessageReadResp
struct
nim::QChatGetThreadMessagesResp
struct
nim::QChatGetThreadRootMessagesMetaResp
struct
nim::QChatQuickCommentDetail
struct
nim::QChatQuickCommentInfo
struct
nim::QChatGetQuickCommentsResp
struct
nim::QChatMessageSearchPageResp
struct
nim::QChatGetTextCacheResp
struct
nim::QChatRegRecvMsgCbParam
struct
nim::QChatRegMsgUpdatedCbParam
struct
nim::QChatSendMessageParam
struct
nim::QChatUpdateMessageParam
struct
nim::QChatRevokeMessageParam
struct
nim::QChatDeleteMessageParam
struct
nim::QChatGetMessagesParam
struct
nim::QChatGetLastMessagesParam
struct
nim::QChatGetMessagesCacheParam
struct
nim::QChatMarkMessageReadParam
struct
nim::QChatReplyMessageParam
struct
nim::QChatGetMessageHistoryByIdsParam
struct
nim::QChatGetMentionedMeMessagesParam
struct
nim::QChatAreMentionedMeMessagesParam
struct
nim::QChatGetReferMessagesParam
struct
nim::QChatGetThreadMessagesParam
struct
nim::QChatQuickCommentParam< operation, TCParam, TCResponse >
struct
nim::QChatGetThreadRootMessagesMetaParam
struct
nim::QChatGetQuickCommentsParam
struct
nim::QChatMessageSearchPageParam
struct
nim::QChatInsertOrReplaceTextCacheParam
struct
nim::QChatDeleteTextCacheParam
struct
nim::QChatGetTextCacheParam
命名空间
namespace
nim
namespace nim
类型定义
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
详细描述
作者
NetEase Yunxin
版本
0.1
日期
2022-01-17
版权所有
(c) 2022, NetEase Inc. All rights reserved
wrapper
nim_qchat_cpp_wrapper
helper
nim_qchat_message_cpp_def.h
制作者
1.10.0