MozAlarmsManager

This API is available on Firefox or Firefox OS for installed or higher privileged applications.

The MozAlarmsManager API allows to schedule notifications or applications to be started at a specific time.

Syntax

JavaScript
interface MozAlarmsManager
{
  DOMRequest getAll();
  DOMRequest add(Date date, DOMString respectTimezone, optional object data);
  void remove(unsigned long id);
};

Properties

None.

Methods

MozAlarmsManager.getAll()
Gets the list of all alarms currently scheduled.
MozAlarmsManager.add()
Allows to schedule a new alarm.
MozAlarmsManager.remove()
Allows to remove an existing alarm.

Specification

Specification Status Comment
Web Alarms API Working Draft Defines the AlarmManager interface.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support No support No support No support No support No support
Feature Android Firefox OS Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support No support 1.0[1] No support No support No support No support

[1] This API is currently available on Firefox OS only for any installed applications. The current specification for this API is not considered stable enough to unprefix the API yet.

See also

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/mozalarmsmanager

alarm API B2G Firefox OS Non-Standard Non-standard Reference WebAPI