• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
B2G OS
  1. MDN
  2. Archive of obsolete content
  3. B2G OS
  4. B2G OS APIs
  5. MozMobileICCInfo

MozMobileICCInfo

In This Article
  1. Interface overview
  2. Properties
  3. Methods
  4. Specification
  5. See also

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

The MozMobileICCInfo interface allow to access access to information stored in the device's ICC card. The navigator.mozMobileConnection uses it through its iccInfo property.

Interface overview

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;
};

Properties

MozMobileICCInfo.iccid Read only
A string representing the Integrated Circuit Card Identifier.
MozMobileICCInfo.isDisplayNetworkNameRequired Read only
A boolean that indicates the Network name must be a part of any displayed carrier name.
MozMobileICCInfo.isDisplaySpnRequired Read only
A boolean that indicates the Service provider name must be a part of any displayed carrier name.
MozMobileICCInfo.mcc Read only
A number representing the Mobile Country Code (MCC) of the subscriber's home network.
MozMobileICCInfo.mnc Read only
A number representing the Mobile Network Code (MNC) of the subscriber's home network.
MozMobileICCInfo.msisdn Read only
A string representing the Mobile Station ISDN Number (MSISDN) of the subscriber's, aka his phone number.
MozMobileICCInfo.spn Read only
A string representing the Service Provider Name (SPN) of the subscriber's home network.

Methods

None.

Specification

Not part of any specification

See also

  • MozMobileICCInfo
  • MozMobileNetworkInfo

Document Tags and Contributors

Tags: 
  • API
  • B2G
  • Firefox OS
  • Mobile
  • Non-standard
  • Reference
  • Référence
 Contributors to this page: chrisdavidmills, teoli, MHasan, kscarfone, justinpotts, Sheppy, Jeremie
 Last updated by: chrisdavidmills, Feb 27, 2017, 2:08:00 AM
See also
  1. Mobile Connection API
  2. Archive
  3. Events
    1. icccardlockerror
    2. cardstatechange
  4. Related pages for Mobile Connection API
    1. CFStateChangeEvent
    2. DataErrorEvent
    3. IccCardLockError
    4. IccCardLockErrorEvent
    5. MozCellBroadcastEvent
    6. MozEmergencyCbModeEvent
    7. MozIccManager
    8. MozMobileCFInfo
    9. MozMobileCellInfo
    10. MozMobileConnection
    11. MozMobileConnectionInfo
    12. MozMobileICCInfo
    13. MozMobileNetworkInfo
    14. MozOtaStatusEvent
    15. MozStkCommandEvent
    16. USSDReceivedEvent