Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

MozMobileMessageManager.getMessages()

This API is available on Firefox OS for internal applications only.

Summary

The getMessages method is used to access a list of messages.

Syntax

var cursor = navigator.mozMobileMessage.getMessages(filter, reverse);

Parameters

filter
A MozSmsFilter object used to filter the messages to retrieve.
reverse
A boolean indicating if the order to access the messages is reversed (true) or not (false).

Return

A DOMCursor object to handle the success or error of the operation and iterate through the messages. In case of success, the request's result will be a MozSmsMessage or MozMmsMessage object.

Specifications

This is a non-standard implementation, but it is discussed at W3C as part of the System Application Working Group.

Specification Status Comment
Messaging API Editor's Draft Editor Draft (WIP).

Browser compatibility

For obvious reasons, support is primarily expected on mobile browsers.

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support No support No support No support No support No support
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support No support 12.0 (12.0) Moz No support No support No support

See also

Document Tags and Contributors

 Contributors to this page: chrisdavidmills, Vanessa, fscholz, MHasan, jsx, kscarfone, Jeremie
 Last updated by: chrisdavidmills,