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.

MozMmsMessage.delivery

This article needs a technical review. How you can help.

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

Summary

The delivery property represents the current state of the message delivery from the device perspective.

Syntax

var state = instanceOfMozMmsMessage.delivery;

Value

A string which can be one of the following:

  • sending      : The message is in the process of being sent.
  • sent         : The message has been sent by the device.
  • not-download : The message has been received and is ready to be manually downloaded.
  • received     : The message has been received and is fully downloaded on the device.
  • error        : The sending process has encountered a problem and the message has not been sent.

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, fscholz, MHasan, kscarfone, Jeremie
 Last updated by: chrisdavidmills,