Difference between revisions of "NotificationManager:cancelNotification"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Cancel specific scheduled notification by it's ID. Basically it's the same as creating new notificati...")
 
Line 6: Line 6:
 
Basically it's the same as creating new notification with same ID and cancelling it:
 
Basically it's the same as creating new notification with same ID and cancelling it:
 
<source lang="lua">
 
<source lang="lua">
= NotificationManager:cancelNotification()
+
NotificationManager:cancelNotification()
 
</source>
 
</source>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2011.6

Description

Cancel specific scheduled notification by it's ID.

Basically it's the same as creating new notification with same ID and cancelling it:

 NotificationManager:cancelNotification()