Notification

From GiderosMobile
Revision as of 09:25, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2011.6<br/> === Description === Notification class is used to compose and schedule new local notifica...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

|}