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