Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPushConfig

Push notification configuration

Hierarchy

  • IPushConfig

Index

Properties

pushTitle: string

Push notification title If not set, the following default title display rules will be applied Default title display rules: Built-in messages: For one-to-one chat notifications, the sender's name is displayed as the title; for group chat notifications, the group name is displayed as the title. Custom messages: No title is displayed by default.

pushContent: string

Push content Prefer using IPushConfig.pushContent. If not available, use the pushContent parameter from the sent message.

pushData: string

Remote push additional information Prefer using IPushConfig.pushData. If not available, use the pushContent parameter from the message being sent.

iOSConfig?: IiOSPushConfig

iOS config

androidConfig?: IAndroidPushConfig

Android config

harmonyOSConfig?: IHarmonyOSPushConfig

HarmonyOS config

since

5.10.3

disablePushTitle?: boolean

Indicates whether to display the push notification title. This is only applicable to the iOS platform.

forceShowDetailContent?: boolean

Whether to force push

templateId?: string

Push notification template ID