This API is available on Firefox OS for internal applications 仅。
MozMobileICCInfo
interface allow to access access to information stored in the device's
ICC
card. The
navigator.mozMobileConnection
uses it through its
iccInfo
特性。
interface MozMobileICCInfo
{
readonly attribute DOMString iccid;
readonly attribute boolean isDisplayNetworkNameRequired;
readonly attribute boolean isDisplaySpnRequired;
readonly attribute unsigned short mcc;
readonly attribute unsigned short mnc;
readonly attribute DOMString msisdn;
readonly attribute DOMString spn;
};
MozMobileICCInfo.iccid
只读
A string representing the Integrated Circuit Card Identifier.
MozMobileICCInfo.isDisplayNetworkNameRequired
只读
A boolean that indicates the Network name must be a part of any displayed carrier name.
MozMobileICCInfo.isDisplaySpnRequired
只读
A boolean that indicates the Service provider name must be a part of any displayed carrier name.
MozMobileICCInfo.mcc
只读
MozMobileICCInfo.mnc
只读
MozMobileICCInfo.msisdn
只读
MozMobileICCInfo.spn
只读
A string representing the Service Provider Name (SPN) of the subscriber's home network.
None.
Not part of any specification
Archive
CFStateChangeEvent
DataErrorEvent
IccCardLockError
IccCardLockErrorEvent
MozCellBroadcastEvent
MozEmergencyCbModeEvent
MozIccManager
MozMobileCFInfo
MozMobileCellInfo
MozMobileConnection
MozMobileConnectionInfo
MozMobileICCInfo
MozMobileNetworkInfo
MozOtaStatusEvent
MozStkCommandEvent
USSDReceivedEvent