Difference between revisions of "Notification:cancel"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Class:''' [[Notification]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Notification|Notification]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>Cancels previously scheduled, but not yet displayed notification</translate>
+
Cancels previously scheduled, but not yet displayed notification.
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
Notification:cancel()
+
Notification:cancel()
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
 +
'''[[Notification]]'''

Latest revision as of 02:33, 16 November 2025

Available since: Gideros 2011.6
Class: Notification

Description

Cancels previously scheduled, but not yet displayed notification.

Notification:cancel()


Notification