NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
NIMQChatUpdateSystemNotificationParam结构体 参考

#include <nim_qchat_system_notification_def.h>

Public 属性

nim_qchat_update_notification_cb_func cb
 发送系统通知异步回调
 
void * user_data
 自定义用户数据
 
uint64_t msg_server_id
 系统通知服务器ID
 
NIMQChatSystemNotificationType msg_type
 系统通知类型
 
NIMQChatSystemNotificationStatus status
 消息状态
 
char * msg_body
 消息内容
 
char * msg_ext
 消息扩展字段
 
NIMQChatMessageUpdateInfo update_info
 更新信息
 

类成员变量说明

◆ cb

nim_qchat_update_notification_cb_func NIMQChatUpdateSystemNotificationParam::cb

发送系统通知异步回调

◆ msg_body

char* NIMQChatUpdateSystemNotificationParam::msg_body

消息内容

◆ msg_ext

char* NIMQChatUpdateSystemNotificationParam::msg_ext

消息扩展字段

◆ msg_server_id

uint64_t NIMQChatUpdateSystemNotificationParam::msg_server_id

系统通知服务器ID

◆ msg_type

NIMQChatSystemNotificationType NIMQChatUpdateSystemNotificationParam::msg_type

系统通知类型

◆ status

NIMQChatSystemNotificationStatus NIMQChatUpdateSystemNotificationParam::status

消息状态

◆ update_info

NIMQChatMessageUpdateInfo NIMQChatUpdateSystemNotificationParam::update_info

更新信息

◆ user_data

void* NIMQChatUpdateSystemNotificationParam::user_data

自定义用户数据


该结构体的文档由以下文件生成: