Difference between revisions of "Notification:cancel"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Cancels previously scheduled, but not yet displayed notification</translate>
 
<translate>Cancels previously scheduled, but not yet displayed notification</translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  Notification:cancel()
 
  Notification:cancel()
 
</source>
 
</source>

Revision as of 15:30, 13 July 2023


Available since: Gideros 2011.6
Class: Notification

Description

Cancels previously scheduled, but not yet displayed notification <syntaxhighlight lang="lua">

Notification:cancel()

</source>