Summary The Alarm API provides functionality to schedule an application to run at a specific time. When an alarm is triggered, the application is launched unless it's already running.
Spec https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.device.apireference/tizen/alarm.html Affected Components Tizen-extensions-crosswalk, new directory "alarm" Related feature in JIRA https://crosswalk-project.org/jira/browse/XWALK-428 Target release Crosswalk 8 Target Platform Crosswalk on Tizen Implementation details The API includes: 1. It supports two types of alarm: relative alarm and absolute alarm. The relative alarm is triggered after a specified delay from the moment it is created. The absolute alarm is triggered at a specified time and date. The alarm support recurring repeatedly after a specified period of time or on the given days of the week at a defined time. 2. It provides basic functionality to create, destroy, retrieve alarm. The relative alarm can query the remaining duration before next alarm is triggered. And the absolute alarm can query the specified date/time of the next alarm trigger. 3. It provide capability to launch application with alarm. The specified application would be launched at the scheduled date/time. Note that the ApplicationControl is not supported at this moment in the scheduling application method. The Tizen CAPI for alarm will be used to schedule a specified service. Thanks, Jingfu
_______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
