Difference between revisions of "Notification:cancel"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Cancels previously scheduled, but not yet displayed notification <source lang="lua"> = Notification:ca...")
 
Line 4: Line 4:
 
Cancels previously scheduled, but not yet displayed notification
 
Cancels previously scheduled, but not yet displayed notification
 
<source lang="lua">
 
<source lang="lua">
= Notification:cancel()
+
Notification:cancel()
 
</source>
 
</source>

Revision as of 11:19, 23 August 2018

Available since: Gideros 2011.6

Description

Cancels previously scheduled, but not yet displayed notification

 Notification:cancel()