Articles tagged: alarm
Found 12 documents
- Archive/Firefox_OS/API/Alarm_API The Alarm API allows applications to schedule actions to be run in the future. For example, some ...
- Archive/Firefox_OS/API/MozAlarmsManager The MozAlarmsManager API allows to schedule notifications or applications to be started at a ...
- Archive/Firefox_OS/API/MozAlarmsManager/add The add method is used to retrieve a list of pending alarms.
- Archive/Firefox_OS/API/MozAlarmsManager/getAll The getAll method is used to retrieve a list of pending alarms.
- Archive/Firefox_OS/API/MozAlarmsManager/remove The remove method is used to retrieve a list of pending alarms.
- Archive/Firefox_OS/API/Navigator/mozAlarms Returns a MozAlarmsManager object you can use to schedule notifications or applications to be ...
- Archive/Firefox_OS/API/Navigator/mozHasPendingMessage This method is used to know if there are pending messages of a given type (true) ot not (false).
- Archive/Firefox_OS/API/Navigator/mozSetMessageHandler This method is used to allow applications to register a function handler that can receive — and ...
- Mozilla/Add-ons/WebExtensions/API/alarms/Alarm Information about a single alarm. This object is returned from alarms.get() and alarms.getAll(), ...
- Web/Apps/Fundamentals/User_notifications Here's the typical workflow for managing notifications:
- Web/Apps/Fundamentals/User_notifications/Detecting_when_to_notify_users Events are the standard programmatic way in which we respond to the various happenings in an ...
- Web/Apps/Fundamentals/User_notifications/Using_Alarms_to_notify_users The example referred to throughout this article is To-do List Alarms, a to-do list example that ...