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

#include <v2_nim_def_struct.hpp>

Public 属性

nstd::string senderId
 通知发送者账号
 
nstd::string receiverId
 通知接收者账号
 
V2NIMConversationType conversationType {V2NIM_CONVERSATION_TYPE_UNKNOWN}
 通知所属会话类型
 
uint64_t timestamp {0}
 客户设置时间戳
 
nstd::string content
 通知内容
 
V2NIMNotificationConfig notificationConfig
 通知相关配置
 
V2NIMNotificationPushConfig pushConfig
 离线推送配置相关
 
V2NIMNotificationAntispamConfig antispamConfig
 反垃圾相关配置
 
V2NIMNotificationRouteConfig routeConfig
 路由抄送相关配置
 

类成员变量说明

◆ antispamConfig

V2NIMNotificationAntispamConfig v2::V2NIMCustomNotification::antispamConfig

反垃圾相关配置

◆ content

nstd::string v2::V2NIMCustomNotification::content

通知内容

◆ conversationType

V2NIMConversationType v2::V2NIMCustomNotification::conversationType {V2NIM_CONVERSATION_TYPE_UNKNOWN}

通知所属会话类型

◆ notificationConfig

V2NIMNotificationConfig v2::V2NIMCustomNotification::notificationConfig

通知相关配置

◆ pushConfig

V2NIMNotificationPushConfig v2::V2NIMCustomNotification::pushConfig

离线推送配置相关

◆ receiverId

nstd::string v2::V2NIMCustomNotification::receiverId

通知接收者账号

◆ routeConfig

V2NIMNotificationRouteConfig v2::V2NIMCustomNotification::routeConfig

路由抄送相关配置

◆ senderId

nstd::string v2::V2NIMCustomNotification::senderId

通知发送者账号

◆ timestamp

uint64_t v2::V2NIMCustomNotification::timestamp {0}

客户设置时间戳


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