Difference between revisions of "Notification:dispatchAfter"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | <languages /> |
− | === Description === | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
+ | '''<translate>Class</translate>:''' [[Special:MyLanguage/Notification|Notification]]<br/> | ||
+ | === <translate>Description</translate> === | ||
<translate>Dispatches notification after provided period of time. Optionally can provide repeat time interval, in which notification should be repeated until canceled. | <translate>Dispatches notification after provided period of time. Optionally can provide repeat time interval, in which notification should be repeated until canceled. | ||
Line 12: | Line 14: | ||
month - for month | month - for month | ||
year - for year</translate> | year - for year</translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
Notification:dispatchAfter() | Notification:dispatchAfter() | ||
− | </ | + | </syntaxhighlight> |
Latest revision as of 14:32, 13 July 2023
Available since: Gideros 2011.6
Class: Notification
Description
Dispatches notification after provided period of time. Optionally can provide repeat time interval, in which notification should be repeated until canceled.
Both dispatch after period of time and repeating time format is similar to os.date("*t") retrieved format. As in you can provide time as table with these options as keys:
sec - for seconds min - for minutes hour - for hours day - for day of the month month - for month year - for year
Notification:dispatchAfter()