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.

MozMobileConnection.sendMMI()

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

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

Summary

The sendMMI method is used to send an MMI code.

Syntax

var request = navigator.mozMobileConnection.sendMMI(message);

Parameters

message
A string representing an MMI code that can be associated with a USSD request or other RIL functionality.

Return

A DOMRequest object to handle the success or error of the method call.

In cases where the MMI code requires sending an USSD request, the request's success means that the RIL has successfully processed and sent the USSD request to the network. The network reply is reported via the MozMobileConnection.onussdreceived event handler. If the MMI code is not associated with a USSD but with another RIL request, its result, if one is needed, is sent via the returned request's success or error.

Specification

Not part of any specification.

See also

Document Tags and Contributors

 Contributors to this page: chrisdavidmills, fscholz, kscarfone, Sheppy, jswisher, Jeremie
 Last updated by: chrisdavidmills,