MozMobileConnection.sendMMI()

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

Summary

The sendMMI method is used to send an MMI code.

Syntax

JavaScript
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

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/mozmobileconnection/sendmmi

API B2G Firefox OS Method Mobile Reference Référence