Provides a cross-platform interface to access properties of Notification object.
|
|
string | Id [get] |
| | The unique identifier for this notification.
|
| |
|
string | Title [get] |
| | The short description of the notification.
|
| |
|
string | Subtitle [get] |
| | The secondary description of the notification.
|
| |
|
string | Body [get] |
| | The message included in the notification.
|
| |
|
int | Badge [get] |
| | The number to display as the app’s icon badge.
|
| |
|
IDictionary | UserInfo [get] |
| | A dictionary of custom information associated with the notification.
|
| |
|
string | SoundFileName [get] |
| | The sound to play when the notification is delivered.
|
| |
|
NotificationTriggerType | TriggerType [get] |
| | The type of the trigger associated with the notification.
|
| |
|
INotificationTrigger | Trigger [get] |
| | The trigger associated with the notification.
|
| |
|
bool | IsLaunchNotification [get] |
| | The trigger associated with the notification.
|
| |
| NotificationIosProperties | IosProperties [get] |
| | The object containing properties specific to android.
|
| |
| NotificationAndroidProperties | AndroidProperties [get] |
| | The object containing properties specific to android.
|
| |
◆ IosProperties
◆ AndroidProperties