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.deliveryStatus

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

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

Summary

The deliveryStatus property represents the current state of the message delivery from the recipient's perspective.

Syntax

var delivery = instanceOfMozMmsMessage.deliveryStatus;

Value

An Array of strings (one for each recipient) which can be one of the following:

  • pending        : The message is awaiting delivery.
  • success        : The message has been sent by the device.
  • error          : The message could not be delivered.
  • not-applicable : The message has been sent without status report requisition.

The values of that property are conditioned by the value of the MozMmsMessage.delivery property:

delivery deliveryStatus
sending pending
not-applicable
sent pending
success
error
not-applicable
The following is pointless as deliveryStatus has no real meaning when receiving a message
not-download success
received success
error error

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

 Last updated by: chrisdavidmills,