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