Notification
Supported platforms:
Available since: Gideros 2011.6
Description
Notification class is used to compose and schedule new local notifications. You need to provide an ID of notification to constructor. Using same provided ID you can create a new instance of Notification class and modify existing notification with that ID. Additionally the ID allows you to identify local notification in the table of scheduled local notifications retrieved from `NotificationManager:getScheduledNotifications`, or table of local notifications that were already displayed using `NotificationManager:getLocalNotifications`
`Notification` consists of notification message, title, sound and number. Only message is the mandatory one. You can combine others as you wish.{|- | style="width: 50%;"|
Methods
| style="width: 50%;"|
Events
Constants
|}