Articles tagged: Contact
Found 40 documents
- Mozilla/B2G_OS/API/ContactManager The ContactManager interface is used to access and manage the contact available on the device.
- Mozilla/B2G_OS/API/ContactManager/clear The clear method is used to remove ALL the contacts from the device's contact database.
- Mozilla/B2G_OS/API/ContactManager/find The find method is used to retrieve a limited list of contacts from the device's contact ...
- Mozilla/B2G_OS/API/ContactManager/getAll The getAll method is used to access a sorted list of contact from the device's contact database. ...
- Mozilla/B2G_OS/API/ContactManager/getCount The getCount method is used to retrieve the total number of contacts available inside the ...
- Mozilla/B2G_OS/API/ContactManager/getRevision The getRevision method is used to retrieve the revision number of the device's contact database.
- Mozilla/B2G_OS/API/ContactManager/oncontactchange Specifies an event listener to receive contactchange events. These events occur when a contact ...
- Mozilla/B2G_OS/API/ContactManager/remove The remove method is used to delete a contact from the device's contact database.
- Mozilla/B2G_OS/API/ContactManager/save The save method is used to store a contact inside the device's contact database. If the contact ...
- Mozilla/B2G_OS/API/Contacts_API The Contacts API provides a simple interface to manage a user's contacts stored in the system's ...
- Mozilla/B2G_OS/API/MozContact The MozContact interface is used to describe a single contact in the device's contact database.
- Mozilla/B2G_OS/API/MozContact/additionalName The additionalName property is a list of any additional names (other than given names or family ...
- Mozilla/B2G_OS/API/MozContact/adr The adr property is a list of all the possible addresses for the contact.
- Mozilla/B2G_OS/API/MozContact/anniversary The anniversary property represents the anniversary date of the contact (which can be different ...
- Mozilla/B2G_OS/API/MozContact/bday The bday property represents the birthday date of the contact.
- Mozilla/B2G_OS/API/MozContact/category The category property is a list of all the different categories the contact is associated with.
- Mozilla/B2G_OS/API/MozContact/email The email property is a list of all the possible e-mails for the contact.
- Mozilla/B2G_OS/API/MozContact/familyName The familyName property is a list of all the possible family names usable for the contact.
- Mozilla/B2G_OS/API/MozContact/genderIdentity The genderIdentity property represents the actual gender identity of the contact (which can be ...
- Mozilla/B2G_OS/API/MozContact/givenName The givenName property is a list of all the possible given names usable for the contact.
- Mozilla/B2G_OS/API/MozContact/honorificPrefix The honorificPrefix property is a list of all the possible honorific prefix usable for the contact.
- Mozilla/B2G_OS/API/MozContact/honorificSuffix The honorificSuffix property is a list of all the possible honorific suffixes usable for the ...
- Mozilla/B2G_OS/API/MozContact/id The id property is a unique string representing the contact within the device's contact database.
- Mozilla/B2G_OS/API/MozContact/impp The impp property is a list of all the possible Instant Messaging addresses for the contact.
- Mozilla/B2G_OS/API/MozContact/jobTitle The jobTitle property is a list of all the possible job titles of the contact.
- Mozilla/B2G_OS/API/MozContact/key The key property is a list of all the possible encryption keys usable with the contact.
- Mozilla/B2G_OS/API/MozContact/name The name property is a list of all the possible names use to identify the contact. It's ...
- Mozilla/B2G_OS/API/MozContact/nickname The nickname property is a list of all the possible nicknames for the contact.
- Mozilla/B2G_OS/API/MozContact/note The note property is a list of arbitrary notes related to the contact.
- Mozilla/B2G_OS/API/MozContact/org The org property is a list of all the possible organizations the contact is affiliated with.
- Mozilla/B2G_OS/API/MozContact/photo The photo property is a list of images for the contact.
- Mozilla/B2G_OS/API/MozContact/published The published property provides the date of when the contact was stored for the first time on ...
- Mozilla/B2G_OS/API/MozContact/sex The sex property represents the actual sex of the contact.
- Mozilla/B2G_OS/API/MozContact/tel The tel property is a list of all the possible phone numbers for the contact.
- Mozilla/B2G_OS/API/MozContact/updated The updated property provides the date of when the contact was updated for the last time on the ...
- Mozilla/B2G_OS/API/MozContact/url The url property is a list of all the possible URLs for the contact.
- Mozilla/B2G_OS/API/MozContactChangeEvent The MozContactChangeEvent interface provides information about the contact that has changed. It ...
- Mozilla/B2G_OS/API/MozContactChangeEvent/contactID The contactID property represents the unique ID of the contact that has been changed.
- Mozilla/B2G_OS/API/MozContactChangeEvent/reason The reason property indicates what kind of change was made to the contact.
- Mozilla/B2G_OS/API/Navigator/mozContacts Return a ContactManager to access and manage all the contacts available on the device.