Stay organized with collections
Save and categorize content based on your preferences.
class ContactMethods : BaseColumns, Contacts.ContactMethodsColumns, Contacts.PeopleColumns
A subdirectory of a single person that contains all of their ContactMethods.
Summary
Constants |
static String |
The directory twig for this sub-table
|
static String |
The default sort order for this table
|
Inherited constants |
|
From class PeopleColumns
String |
CUSTOM_RINGTONE
A custom ringtone associated with a person. Not always present.
Type: TEXT (URI to the ringtone)
|
String |
DISPLAY_NAME
The display name. If name is not null name, else if number is not null number, else if email is not null email.
Type: TEXT
|
String |
LAST_TIME_CONTACTED
The last time a person was contacted.
Type: INTEGER
|
String |
NAME
The person's name.
Type: TEXT
|
String |
NOTES
Notes about the person.
Type: TEXT
|
String |
PHONETIC_NAME
Phonetic equivalent of the person's name, in a locale-dependent character set (e.g. hiragana for Japanese). Used for pronunciation and/or collation in some languages.
Type: TEXT
|
String |
PHOTO_VERSION
The server version of the photo
Type: TEXT (the version number portion of the photo URI)
|
String |
SEND_TO_VOICEMAIL
Whether the person should always be sent to voicemail. Not always present.
Type: INTEGER (0 for false, 1 for true)
|
String |
STARRED
Is the contact starred?
Type: INTEGER (boolean)
|
String |
TIMES_CONTACTED
The number of times a person has been contacted
Type: INTEGER
|
|
|
Constants
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-04 UTC."],[],[]]