Provides classes to manage contacts.
Interfaces
Classes
AddressKind |
Postal address type HOME, WORK or OTHER, used in
setFullPostalAddress(String, int) and
getFullPostalAddress(int) . |
Contact |
This class represents a contact: it stores information like name, phone
number, email address, postal address... |
ContactDatabase |
This class allows to manage contacts in the phone's address book through
requests to the data layer. |
ContactManager |
This class allows to manage contacts in the phone's address book through the
device contact interface. |
ContactResult |
Represents object return by ContactResultListener listener when
operations of ContactManager or ContactDatabase are launched. |
DateKind |
Important date type BIRTHDAY, ANNIVERSARY or OTHER . |
EmailKind |
Email address type HOME, WORK or OTHER , used in
setEmailAddress(String, int) and
getEmailAddress(int) . |
PhoneKind |
Phone number type HOME, MOBILE, WORK or OTHER, used in
setPhoneNumber(String, int) and
getPhoneNumber(int) . |