Changes

Jump to: navigation, search

WebAPI/WebMobileConnection/Multi-SIM

48 bytes added, 07:56, 20 February 2013
Web API
Following are what we create for nsIDOMMozMobileConnectionManager.
interface nsIDOMMozMobileConnectionManager : nsIDOMEventTarget {
readonly attribute jsval mobileConnections;
readonly attribute nsIDOMMozMobileConnection defaultMobileConnection;
};
};We don't modify the existed interface, like nsIDOMMobileConnection, nsIDOMMozMobileConnectionInfo ...etc, to minimize the coding effort of gaia.
We don't modify the interface of nsIDOMMozMobileConnectionInfo to minimize the coding effort of gaia.  interface nsIDOMMozMobileConnectionInfo : nsISupports {
readonly attribute DOMString state;
readonly attribute bool connected;
readonly attribute jsval relSignalStrength;
readonly attribute nsIDOMMozMobileCellInfo cell;
};
=== Use Case ===
Confirm
258
edits

Navigation menu