NIM PC Cross Platform SDK
|
#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 |
更新信息 | |
|
default |
|
inline |
|
inline |
UpdateSystemNotificationCallback nim::QChatUpdateSystemNotificationParam::cb {nullptr} |
回调函数
std::string nim::QChatUpdateSystemNotificationParam::msg_body |
消息内容
std::string nim::QChatUpdateSystemNotificationParam::msg_ext |
消息扩展字段
uint64_t nim::QChatUpdateSystemNotificationParam::msg_server_id {0} |
系统通知服务器ID
NIMQChatSystemNotificationType nim::QChatUpdateSystemNotificationParam::msg_type {kNIMQChatSystemNotificationTypeUnkonwn} |
系统通知类型
NIMQChatSystemNotificationStatus nim::QChatUpdateSystemNotificationParam::status {kNIMQChatSystemNotificationNormal} |
消息状态
QChatMessageUpdateInfo nim::QChatUpdateSystemNotificationParam::update_info |
更新信息