This API is available on Firefox OS for internal applications 仅。

摘要

sendMMI method is used to send an MMI 代码。

句法

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

参数

message
A string representing an MMI code that can be associated with a USSD request or other RIL 功能。

返回

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 .

规范

Not part of any specification.

另请参阅

元数据

  • 最后修改: