Results 1 - 9 of 9

Alarm API

The Alarm API allows applications to schedule actions to be run in the future. For example, some applications like alarm-clock, calendar or auto-update might need to utilize the Alarm API to trigger particular device behaviors at specified time points.
alarm API B2G Firefox OS Reference Référence WebAPI

MozAlarmsManager.add()

The add method is used to retrieve a list of pending alarms.
alarm API B2G Firefox OS Method Non Standard WebAPI

MozAlarmsManager

The MozAlarmsManager API allows to schedule notifications or applications to be started at a specific time.
alarm API B2G Firefox OS Non-Standard Non-standard Reference WebAPI

MozAlarmsManager.getAll()

The getAll method is used to retrieve a list of pending alarms.
alarm API B2G Firefox OS Method Non Standard Reference WebAPI

MozAlarmsManager.remove()

The remove method is used to retrieve a list of pending alarms.
alarm API B2G Firefox OS Method Non-standard Non-Standard Reference WebAPI

Navigator.mozAlarms

Returns a MozAlarmsManager object you can use to schedule notifications or applications to be started at a specific time.
alarm API B2G Firefox OS Non-standard Non-Standard Property WebAPI