NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_qchat_system_notification.h 文件参考
#include "nim_qchat_defines/nim_qchat_system_notification_def.h"
#include "public_defines.h"

浏览源代码.

函数

NIM_SDK_DLL_API void nim_qchat_reg_recv_system_notification_cb (const NIMQChatRegRecvSystemNotificationCbParam *param)
 注册接收系统通知回调
 
NIM_SDK_DLL_API void nim_qchat_reg_recv_typing_event_cb (const NIMQChatRegRecvTypingEventCbParam *param)
 注册接收正在输入事件回调
 
NIM_SDK_DLL_API void nim_qchat_reg_system_notification_updated_cb (const NIMQChatRegSystemNotificationUpdatedCbParam *param)
 注册系统通知更新回调
 
NIM_SDK_DLL_API void nim_qchat_send_system_notification (const NIMQChatSendSystemNotificationParam *param)
 发送圈组自定义系统通知
 
NIM_SDK_DLL_API void nim_qchat_update_system_notification (const NIMQChatUpdateSystemNotificationParam *param)
 更新系统消息
 
NIM_SDK_DLL_API void nim_qchat_mark_system_notifications_read (const NIMQChatMarkSystemNotificationsReadParam *param)
 标记一条系统通知消息已读
 
NIM_SDK_DLL_API void nim_qchat_send_typing_event (const NIMQChatSendTypingEventParam *param)
 发送正在输入事件
 

详细描述

作者
NetEase Yunxin
版本
0.1
日期
2022-01-17

函数说明

◆ nim_qchat_mark_system_notifications_read()

void nim_qchat_mark_system_notifications_read ( const NIMQChatMarkSystemNotificationsReadParam param)

标记一条系统通知消息已读

参数
[in]param接口参数
返回
void

◆ nim_qchat_reg_recv_system_notification_cb()

void nim_qchat_reg_recv_system_notification_cb ( const NIMQChatRegRecvSystemNotificationCbParam param)

注册接收系统通知回调

参数
[in]param接口参数
返回
void

◆ nim_qchat_reg_recv_typing_event_cb()

void nim_qchat_reg_recv_typing_event_cb ( const NIMQChatRegRecvTypingEventCbParam param)

注册接收正在输入事件回调

参数
[in]param接口参数
返回
void

◆ nim_qchat_reg_system_notification_updated_cb()

void nim_qchat_reg_system_notification_updated_cb ( const NIMQChatRegSystemNotificationUpdatedCbParam param)

注册系统通知更新回调

参数
[in]param接口参数
返回
void

◆ nim_qchat_send_system_notification()

void nim_qchat_send_system_notification ( const NIMQChatSendSystemNotificationParam param)

发送圈组自定义系统通知

参数
[in]param接口参数
返回
void

◆ nim_qchat_send_typing_event()

void nim_qchat_send_typing_event ( const NIMQChatSendTypingEventParam param)

发送正在输入事件

参数
[in]param接口参数
返回
void

◆ nim_qchat_update_system_notification()

void nim_qchat_update_system_notification ( const NIMQChatUpdateSystemNotificationParam param)

更新系统消息

参数
param更新的系统消息内容
attachment更新消息得附加信息
返回
void