Difference between revisions of "Notification:dispatchOn"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/Notification|Notification]]<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Dispatches notification on provided date in device's timezone. Optionally you can provide repeat time interval, in which notification should be repeated until canceled.
 
<translate>Dispatches notification on provided date in device's timezone. Optionally you can provide repeat time interval, in which notification should be repeated until canceled.

Revision as of 10:28, 24 August 2018

Available since: Gideros 2011.6
Class: Notification

Description

Dispatches notification on provided date in device's timezone. Optionally you can provide repeat time interval, in which notification should be repeated until canceled.

Both dispatch date and repeating time format is similar to os.date("*t") retrieved format. As in you can provide date 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:dispatchOn()