Difference between revisions of "Notification:cancel"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | '''Available since:''' Gideros 2011.6<br/> | |
| − | ''' | + | '''Class:''' [[Notification]]<br/> |
| − | ''' | + | |
| − | === | + | === Description === |
| − | + | Cancels previously scheduled, but not yet displayed notification. | |
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
| − | + | 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()