System.Notification.TNotification Fields
InheritedProtected
| AlertAction | public | The caption of the action button. |
| AlertBody | public | The notification message text. |
| ChannelId | public | |
| EnableSound | public | Indicates whether or not a sound alert is played when the notification appears. |
| FireDate | public | A date and time when the notification is fired. |
| HasAction | public | Indicates whether or not the notification contains action buttons. |
| Name | public | The unique identifier for a notification. |
| Number | public | Sets the application badge number (for iOS devices) or the notification number (for Android devices). |
| RepeatInterval | public | The interval for a repeating notification. |
| SoundName | public | The file name of the sound to use for the notification. |
| Title | public | The title of the notification. |