Hierarchy

  • NotificationAndroidProps

Properties

color?: IColor

Gets/sets the color to be applied by the standard Style templates when presenting this notification for Android. This property works only for Android version LOLLIPOP (API 21) or above.

Property

Android

Static

Since

0.1

indeterminate?: boolean

Gets/sets the indeterminate status of the LocalNotification. If indeterminate, set the progress this notification represents. You shouldn't use both indeterminate and Notifications.LocalNotification#subText at the same time.

Property

= false]

Android

Static

Since

0.1

ticker: string

Gets/sets the text that that is displayed in the status bar when the notification first arrives to the Notification Center of the Android.

Property

= '']

Android

Static

Since

0.1

vibrate: boolean

Gets/sets the vibration status when the notification first arrives to the Notification Center of the Android.

Property

= false]

Android

Static

Since

0.1

ongoing: boolean

Property

Android

Static

Since

0.1

priority: Priority

Gets/sets the priority of the LocalNotification. Priority determines how much attention should be consumed by this notification. LOW_PRIORTY notifications may be hidden from the user in certain situations while the user might be interrupted for a higher-priority notification.

Property

= Notifications.Priority.DEFAULT]

Android

Static

Since

0.1

subText: string

Gets/sets the subtext of the LocalNotification. Android will shown subtext as the third line of the notification. You shouldn't use both Notifications.LocalNotification#indeterminate and subText at the same time.

Property

= '']

Android

Static

Since

0.1

Generated using TypeDoc