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

#include <nim_qchat_system_notification_cpp_def.h>

Public 成员函数

 QChatUpdateSystemNotificationParam ()=default
 
 QChatUpdateSystemNotificationParam (const NIMQChatUpdateSystemNotificationParam &c_param)
 
NIMQChatUpdateSystemNotificationParam ToCParam () const
 

Public 属性

UpdateSystemNotificationCallback cb {nullptr}
 回调函数
 
uint64_t msg_server_id {0}
 系统通知服务器ID
 
NIMQChatSystemNotificationType msg_type {kNIMQChatSystemNotificationTypeUnkonwn}
 系统通知类型
 
NIMQChatSystemNotificationStatus status {kNIMQChatSystemNotificationNormal}
 消息状态
 
std::string msg_body
 消息内容
 
std::string msg_ext
 消息扩展字段
 
QChatMessageUpdateInfo update_info
 更新信息
 

构造及析构函数说明

◆ QChatUpdateSystemNotificationParam() [1/2]

nim::QChatUpdateSystemNotificationParam::QChatUpdateSystemNotificationParam ( )
default

◆ QChatUpdateSystemNotificationParam() [2/2]

nim::QChatUpdateSystemNotificationParam::QChatUpdateSystemNotificationParam ( const NIMQChatUpdateSystemNotificationParam c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatUpdateSystemNotificationParam nim::QChatUpdateSystemNotificationParam::ToCParam ( ) const
inline

类成员变量说明

◆ cb

UpdateSystemNotificationCallback nim::QChatUpdateSystemNotificationParam::cb {nullptr}

回调函数

◆ msg_body

std::string nim::QChatUpdateSystemNotificationParam::msg_body

消息内容

◆ msg_ext

std::string nim::QChatUpdateSystemNotificationParam::msg_ext

消息扩展字段

◆ msg_server_id

uint64_t nim::QChatUpdateSystemNotificationParam::msg_server_id {0}

系统通知服务器ID

◆ msg_type

NIMQChatSystemNotificationType nim::QChatUpdateSystemNotificationParam::msg_type {kNIMQChatSystemNotificationTypeUnkonwn}

系统通知类型

◆ status

NIMQChatSystemNotificationStatus nim::QChatUpdateSystemNotificationParam::status {kNIMQChatSystemNotificationNormal}

消息状态

◆ update_info

QChatMessageUpdateInfo nim::QChatUpdateSystemNotificationParam::update_info

更新信息


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