Essential Kit
Loading...
Searching...
No Matches
NotificationAndroidProperties

Notification properties specific to Android platform.

Properties

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.
 

Property Documentation

◆ Tag

string Tag
getset

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

string LargeIcon
getset
Note
This will be the icon thats displayed in the notification. If the value is not set, then default image will be used.

◆ BigPicture

string BigPicture
getset
Note
This will be the image used as the preview for notification.