Notification properties specific to Android platform.
|
| string | Tag [get, set] |
| | The tag of the notification.
|
| |
| string | LargeIcon [get, set] |
| | The image used as the large icon for notification.
|
| |
| string | BigPicture [get, set] |
| | The image used as the big picture for notification.
|
| |
|
NotificationChannel | Channel [get, set] |
| | The channel of the notification.
|
| |
◆ Tag
The tag defines this notification uniquely or can be empty which overwrites previous notification. If the tag is set with different value than previous notification, it won't override the previous one in notification bar, otherwise it will.
◆ LargeIcon
- Note
- This will be the icon thats displayed in the notification. If the value is not set, then default image will be used.
◆ BigPicture
- Note
- This will be the image used as the preview for notification.