Difference between revisions of "NotificationManager:getScheduledNotifications"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Retrieves the lua table of scheduled local notifications, that were not yet displayed. The table uses...") |
|||
Line 4: | Line 4: | ||
Retrieves the lua table of scheduled local notifications, that were not yet displayed. The table uses notification ids as keys and table with information about notification as value. | Retrieves the lua table of scheduled local notifications, that were not yet displayed. The table uses notification ids as keys and table with information about notification as value. | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | NotificationManager:getScheduledNotifications() | |
</source> | </source> |
Revision as of 10:20, 23 August 2018
Available since: Gideros 2011.6
Description
Retrieves the lua table of scheduled local notifications, that were not yet displayed. The table uses notification ids as keys and table with information about notification as value.
NotificationManager:getScheduledNotifications()