Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SendSystemNotificationOptions

Index

Properties

attach?: {}

内建系统通知的附加信息, JSON 对象

Type declaration

  • [key: string]: any
body: string

通知内容

channelId: string

通知所属的频道的id

env?: string

抄送相关-环境变量

注:开发者可以根据不同的 env 配置不同的抄送和回调地址。仅当 routeEnable 为 true 时生效

ext?: string

自定义系统通知可追加的扩展字段

persistEnable?: boolean

开关位:是否可以存入离线通知。默认 false

注意:只有 toAccids 不为空,才能设置为存离线。

pushContent?: string

自定义推送文案

pushPayload?: StrAnyObj

第三方自定义的推送属性,限制 json

resendFlag?: boolean

是否为重发的

routeEnable?: boolean

开关位-抄送相关:消息是否需要抄送。

默认为 true

serverId: string

通知所属的服务器的id

toAccids?: string[]

通知的目标, account id 列表