Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AndroidPushConfig

Android push notification configuration.

Hierarchy

  • Pick<IAndroidPushConfig, "googleConfig" | "notificationId" | "channelIdHW" | "importanceHW" | "importanceHW" | "imageUrlHW">
    • AndroidPushConfig

Index

Properties

notificationId?: string

Notification ID for Android

channelIdHW?: string

Huawei's channelId

importanceHW?: "NORMAL" | "LOW"

Huawei push message levels LOW: Indicates informational or marketing messages. NORMAL: Represents service or communication messages.

imageUrlHW?: string

The URL of the notification image used for Huawei notification type push notifications

googleConfig?: GooglePushConfig

Google FCM push notification configuration