• 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. MozContactChangeEvent

MozContactChangeEvent

In This Article
  1. Properties
  2. Specifications
  3. Browser compatibility
  4. See also

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

The MozContactChangeEvent interface provides information about the contact that has changed. It inherits from the Event interface.

Properties

MozContactChangeEvent.contactID
A string representing the id of the contact that has changed within the device's contact database.
MozContactChangeEvent.reason
A string giving the reason of the change. Possible value is one of update, create, or remove.

Specifications

Specification Status Comment
Contacts Manager API
The definition of 'ContactsChangeEvent' in that specification.
Working Draft First Working Draft (unstable)

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 OS (Gecko) IE Mobile Opera Mobile Safari Mobile
basic support No support No support 1.0.1[1] No support No support No support

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

See also

  • navigator.mozContacts
  • mozContact
  • ContactManager
  • Using the Contact API

Document Tags and Contributors

Tags: 
  • API
  • B2G
  • Contact
  • Firefox OS
  • Non-standard
  • Reference
 Contributors to this page: chrisdavidmills, Sebastianz, teoli, kscarfone, Jeremie
 Last updated by: chrisdavidmills, Feb 27, 2017, 2:08:40 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