![]() |
NIM 跨平台 C++ SDK
|
#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 |
更新信息 | |
nim_qchat_update_notification_cb_func NIMQChatUpdateSystemNotificationParam::cb |
发送系统通知异步回调
char* NIMQChatUpdateSystemNotificationParam::msg_body |
消息内容
char* NIMQChatUpdateSystemNotificationParam::msg_ext |
消息扩展字段
uint64_t NIMQChatUpdateSystemNotificationParam::msg_server_id |
系统通知服务器ID
NIMQChatSystemNotificationType NIMQChatUpdateSystemNotificationParam::msg_type |
系统通知类型
NIMQChatSystemNotificationStatus NIMQChatUpdateSystemNotificationParam::status |
消息状态
NIMQChatMessageUpdateInfo NIMQChatUpdateSystemNotificationParam::update_info |
更新信息
void* NIMQChatUpdateSystemNotificationParam::user_data |
自定义用户数据