ContactMethods
classContactMethods: BaseColumns, Contacts.ContactMethodsColumns, Contacts.PeopleColumns
kotlin.Any | |
↳ | android.provider.Contacts.People.ContactMethods |
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 | |
---|---|
Constants
CONTENT_DIRECTORY
Added in API level 1
static valCONTENT_DIRECTORY: String
Deprecated: see android.provider.ContactsContract
The directory twig for this sub-table
Value: "contact_methods"
DEFAULT_SORT_ORDER
Added in API level 1
static valDEFAULT_SORT_ORDER: String
Deprecated: see android.provider.ContactsContract
The default sort order for this table
Value: "data ASC"