MozMobileConnection.cancelMMI()

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

Summary

The cancelMMI method cancels the current MMI request if one exists.

Syntax

JavaScript
var request = navigator.mozMobileConnection.cancelMMI();

Return

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

Example

JavaScript
var request = navigator.mozMobileConnection.cancelMMI();

request.onsuccess = function () {
  console.log('operation succesful: ' + this.result);
}

request.onerror = function () {
  console.log('operation failed: ' + this.error.name);
}

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/cancelmmi

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