|
|
using | nim_qchat::QChatSystemNotificationDataChannelCategoryUpdate = QChatSystemNotificationDataChannelCategoryCreate |
| |
|
using | nim_qchat::QChatSystemNotificationDataServerRoleRemoveMember = QChatSystemNotificationDataServerRoleAddMember |
| |
|
using | nim_qchat::QChatMarkReadSystemNotificationResp = QChatBaseResp |
| |
|
using | nim_qchat::QChatMarkSystemNotificationsReadResp = QChatBaseResp |
| |
|
typedef std::function< void(const QChatRecvSystemNotificationResp &)> | nim_qchat::RecvSystemNotificationCallback |
| | 接收系统消息回调
|
| |
|
typedef std::function< void(const QChatSendSystemNotificationResp &)> | nim_qchat::SendSystemNotificationCallback |
| | 发送系统消息回调
|
| |
|
typedef std::function< void(const QChatSystemNotificationUpdatedResp &)> | nim_qchat::SystemNotificationUpdatedCallback |
| | 消息更新回调
|
| |
|
typedef std::function< void(const QChatUpdateSystemNotificationResp &)> | nim_qchat::UpdateSystemNotificationCallback |
| | 更新系统通知回调
|
| |
|
typedef std::function< void(const QChatMarkSystemNotificationsReadResp &)> | nim_qchat::MarkReadSystemNotificationCallback |
| | 标记系统通知消息已读回调函数
|
| |
|
typedef std::function< void(const QChatRecvTypingEventResp &)> | nim_qchat::RecvTypingEventCallback |
| | 接收圈组正在输入事件回调
|
| |
|
typedef std::function< void(const QChatSendTypingEventResp &)> | nim_qchat::SendTypingEventCallback |
| | 发送圈组正在输入事件回调
|
| |