Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

ContactManager.oncontactchange

This article needs a technical review. How you can help.

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

Summary

Specifies an event listener to receive contactchange events. These events occur when a contact is added, updated, or removed from the device's contact database.

Syntax

window.navigator.mozContacts.oncontactchange = funcRef;

Where funcRef is a function to be called when the contactchange event occurs. These events are of type MozContactChangeEvent.

Specifications

Specification Status Comment
Contacts Manager API
The definition of 'ContactManager.oncontactschange' in that specification.
Working Draft  
vCard Format Specification IETF RFC RFC 6350

Browser compatibility

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 No support No support No support

See also

Document Tags and Contributors

 Contributors to this page: chrisdavidmills, Sebastianz, fscholz, MHasan, kscarfone, Jeremie
 Last updated by: chrisdavidmills,