Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPushConfig

推送配置

Hierarchy

  • IPushConfig

Index

Properties

pushTitle

pushTitle: string

推送标题 如果没有设置,会使用下面的默认标题显示规则 默认标题显示规则: 内置消息:单聊通知标题显示为发送者名称,群聊通知标题显示为群名称。 自定义消息:默认不显示标题。

pushContent

pushContent: string

推送内容 优先使用 IPushConfig.pushContent, 如果没有,则使用发送消息的 pushContent 参数

pushData

pushData: string

远程推送附加信息 优先使用 IPushConfig.pushData, 如果没有,则使用发送消息的 pushContent 参数

Optional iOSConfig

iOSConfig?: IiOSPushConfig

iOSConfig

Optional androidConfig

androidConfig?: IAndroidPushConfig

androidConfig

Optional harmonyOSConfig

harmonyOSConfig?: IHarmonyOSPushConfig

HarmonyOS

since

5.10.3

Optional disablePushTitle

disablePushTitle?: boolean

是否显示推送标题. 仅针对 iOS 平台有效

Optional forceShowDetailContent

forceShowDetailContent?: boolean

是否强制推送

Optional templateId

templateId?: string

推送模板id