NIM PC Cross Platform SDK
nim_qchat_system_notification_cpp.h
Go to the documentation of this file.
1
11#ifndef __NIM_QCHAT_SYSMSG_CPP_H__
12#define __NIM_QCHAT_SYSMSG_CPP_H__
13
17
22namespace nim_qchat {
23
27class NIM_QCHAT_SDK_CPPWRAPPER_DLL_API SystemNotification {
28public:
34 static void RegRecvCb(const QChatRegRecvSystemNotificationCbParam& param);
35
41 static void RegRecvTypingEvent(const QChatRegRecvTypingEventCbParam& param);
42
48 static void RegUpdatedCb(const QChatRegSystemNotificationUpdatedCbParam& param);
49
55 static void Send(const QChatSendSystemNotificationParam& param);
56
61 static void Update(const QChatUpdateSystemNotificationParam& param);
62
68 static void MarkSystemNotificationsRead(const QChatMarkSystemNotificationsReadParam& param);
69
75 static void SendTypingEvent(const QChatSendTypingEventParam& param);
76};
77
78} // namespace nim_qchat
79
80#endif // __NIM_QCHAT_SYSMSG_CPP_H__
圈组系统通知
Definition: nim_qchat_system_notification_cpp.h:27
namespace nim_qchat
圈组CPP wrapper helpers
Definition: nim_qchat_system_notification_cpp_def.h:889
Definition: nim_qchat_system_notification_cpp_def.h:783
Definition: nim_qchat_system_notification_cpp_def.h:917
Definition: nim_qchat_system_notification_cpp_def.h:799
Definition: nim_qchat_system_notification_cpp_def.h:815
Definition: nim_qchat_system_notification_cpp_def.h:933
Definition: nim_qchat_system_notification_cpp_def.h:842