• 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. MozContact
  6. MozContact.published

MozContact.published

In This Article
  1. Syntax
  2. Value
  3. Syntax
  4. Value
  5. Specifications
  6. Browser compatibility
  7. See also
  8. See also

This API is available on Firefox OS for privileged or certified applications only.

The published property provides the date of when the contact was stored for the first time on the device's contact database.

Syntax

var published = instanceOfMozContact.published

Value

Return a Date object.

  1. Archive
  2. Related pages for Firefox OS
    1. MozAlarmsManager
    2. MozMobileNetworkInfo
    3. MozWifiP2pGroupOwner

Non-standard
This feature is not on a current W3C standards track, but it is supported on the Firefox OS platform. Although implementations may change in the future and it is not supported widely across browsers, it is suitable for use in code dedicated to Firefox OS apps.

This API is available on Firefox OS for privileged or certified applications only.

The familyName property is a list of all the possible family names usable for the contact.

Syntax

var names = instanceOfMozContact.familyName

Value

Return an Array of strings.

Specifications

This is currently not defined in any specification.

Browser compatibility

  • Desktop
  • Mobile
Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
basic support No support No support No support No support No support
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
basic support No support No support 18.0 (18.0)[1] No support No support No support

[1] As the specification is unstable, the Gecko implementation is completely non-standard.

See also

  • mozContact
  • Using the Contact API

See also

  • mozContact
  • Using the Contact API

Document Tags and Contributors

Tags: 
  • API
  • B2G
  • Contact
  • DOM
  • DOM Reference
  • Firefox OS
  • Non-standard
  • Property
  • Reference
  • WebAPI
 Contributors to this page: chrisdavidmills, Sebastianz, fscholz, kollishivagangadhar, kscarfone, justinpotts, Jeremie
 Last updated by: chrisdavidmills, Feb 27, 2017, 2:08:33 AM
See also
  1. Contacts API
  2. Archive
  3. Events
    1. success
    2. error
    3. contactchange
  4. Related pages for Contacts API
    1. ContactManager
    2. MozContact
    3. MozContactChangeEvent