Version: Smart Feature Phone 2.5
getAll
The getAll
method is used to retrieve a list of pending alarms.
#
Syntax#
ReturnA DOMRequest object to handle the success or failure of the method call.
If the method call is successful, the request's result
will be an array of mozAlarm objects.
#
mozAlarmThose objects are anonymous JavaScript objects with the following properties:
id
- A number representing the id of the alarmdate
- A Date object representing the scheduled time for the alarmrespectTimezone
- A string indicating if the alarm must respect or ignore the timezone information of the date object. Its value can be ignoreTimezone or honorTimezonedata
- A JavaScript object contaning any data that were stored with the alarm