NIM SDK API  9.0.0
Public Member Functions | Public Attributes | List of all members
nim::SignalingPushInfo Struct Reference

推送属性 More...

#include <nim_signaling_helper.h>

Public Member Functions

 SignalingPushInfo (NIMSignalingPushInfo *info)
 
NIMSignalingPushInfo GetCParam ()
 将C++的结构体转成C的结构体
 

Public Attributes

bool need_push_
 
std::string push_title_
 
std::string push_content_
 
std::string push_payload_
 
bool need_badge_
 

Detailed Description

推送属性

Member Data Documentation

◆ need_badge_

bool nim::SignalingPushInfo::need_badge_

是否计入未读计数,默认true

◆ need_push_

bool nim::SignalingPushInfo::need_push_

是否需要推送,默认false,

◆ push_content_

std::string nim::SignalingPushInfo::push_content_

推送内容

◆ push_payload_

std::string nim::SignalingPushInfo::push_payload_

推送自定义字段

◆ push_title_

std::string nim::SignalingPushInfo::push_title_

推送标题


The documentation for this struct was generated from the following file: