Difference between revisions of "NotificationManager:cancelAllNotifications"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Cancels all currently scheduled but not yet displayed local notifications. <source lang="lua"> = Notif...")
 
Line 4: Line 4:
 
Cancels all currently scheduled but not yet displayed local notifications.
 
Cancels all currently scheduled but not yet displayed local notifications.
 
<source lang="lua">
 
<source lang="lua">
= NotificationManager:cancelAllNotifications()
+
NotificationManager:cancelAllNotifications()
 
</source>
 
</source>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2011.6

Description

Cancels all currently scheduled but not yet displayed local notifications.

 NotificationManager:cancelAllNotifications()