bindings/contact_api library
Contact Picker API
Classes
- ContactAddress
-
Secure context: This feature is available only in secure
contexts (HTTPS), in some or all supporting browsers.
The interface of the Contact Picker API represents a physical
address. Instances of this interface are retrieved from the
address
property of the objects returned byContactManager.getProperties()
. It may be useful to refer to the Universal Postal Union web site's Addressing S42 standard materials, which provide information about international standards for postal addresses. - ContactInfo
- ContactsManager
-
Secure context: This feature is available only in secure
contexts (HTTPS), in some or all supporting browsers.
The interface of the
Contact Picker API
allows users to select entries from their contact list and share limited details of the selected entries with a website or application. The is available through the globalnavigator.contacts
property. - ContactsSelectOptions