Difference between revisions of "NotificationManager:clearLocalNotifications"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Clears the data about already displayed local notifications that can be retrieved using `NotificationM...") |
|||
Line 4: | Line 4: | ||
Clears the data about already displayed local notifications that can be retrieved using `NotificationManager:getLocalNotifications` method. | Clears the data about already displayed local notifications that can be retrieved using `NotificationManager:getLocalNotifications` method. | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | NotificationManager:clearLocalNotifications() | |
</source> | </source> |
Revision as of 10:16, 23 August 2018
Available since: Gideros 2011.6
Description
Clears the data about already displayed local notifications that can be retrieved using `NotificationManager:getLocalNotifications` method.
NotificationManager:clearLocalNotifications()