NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_qchat_system_notification.h
浏览该文件的文档.
1
11#ifndef __NIM_QCHAT_SYSMSG_H__
12#define __NIM_QCHAT_SYSMSG_H__
13
14#include "nim_qchat_defines/nim_qchat_system_notification_def.h"
15#include "public_defines.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
27
34
41
48
56
63
70
71#ifdef __cplusplus
72}
73#endif
74
75#endif // __NIM_QCHAT_SYSMSG_H__
#define NIM_SDK_DLL_API
Definition: nim_build_config.h:14
NIM_SDK_DLL_API void nim_qchat_reg_system_notification_updated_cb(const NIMQChatRegSystemNotificationUpdatedCbParam *param)
注册系统通知更新回调
NIM_SDK_DLL_API void nim_qchat_update_system_notification(const NIMQChatUpdateSystemNotificationParam *param)
更新系统消息
NIM_SDK_DLL_API void nim_qchat_send_system_notification(const NIMQChatSendSystemNotificationParam *param)
发送圈组自定义系统通知
NIM_SDK_DLL_API void nim_qchat_reg_recv_system_notification_cb(const NIMQChatRegRecvSystemNotificationCbParam *param)
注册接收系统通知回调
NIM_SDK_DLL_API void nim_qchat_mark_system_notifications_read(const NIMQChatMarkSystemNotificationsReadParam *param)
标记一条系统通知消息已读
NIM_SDK_DLL_API void nim_qchat_reg_recv_typing_event_cb(const NIMQChatRegRecvTypingEventCbParam *param)
注册接收正在输入事件回调
NIM_SDK_DLL_API void nim_qchat_send_typing_event(const NIMQChatSendTypingEventParam *param)
发送正在输入事件
NIM SDK 及 NIM ChatRoom SDK 公用头文件
Definition: nim_qchat_system_notification_def.h:635
Definition: nim_qchat_system_notification_def.h:589
Definition: nim_qchat_system_notification_def.h:647
Definition: nim_qchat_system_notification_def.h:597
Definition: nim_qchat_system_notification_def.h:605
Definition: nim_qchat_system_notification_def.h:655
Definition: nim_qchat_system_notification_def.h:615