Results 21 - 40 of 642
The MozActivity
interface allows apps to delegate an activity to another app.
The add
method is used to retrieve a list of pending alarms.
The MozContact
interface is used to describe a single contact in the device's contact database.
The additionalName
property is a list of any additional names (other than given names or family names) usable for the contact.
The anniversary
property represents the anniversary date of the contact (which can be different than its birthday date).
The bday
property represents the birthday date of the contact.
The category
property is a list of all the different categories the contact is associated with.
The email
property is a list of all the possible e-mails for the contact.
The genderIdentity
property represents the actual gender identity of the contact (which can be different than its actual sex).
The org
property is a list of all the possible organizations the contact is affiliated with.
The photo
property is a list of images for the contact.
The
MozContactChangeEvent
interface provides information about the contact that has changed. It inherits from the
Event
interface.
The contactID
property represents the unique ID of the contact that has been changed.
The reason
property indicates what kind of change was made to the contact.