Extensions
classExtensions: BaseColumns, Contacts.ExtensionsColumns
kotlin.Any | |
↳ | android.provider.Contacts.People.Extensions |
The extensions for a person
Summary
Constants | |
---|---|
static String |
The directory twig for this sub-table |
static String |
The default sort order for this table |
static String |
The ID of the person this phone number is assigned to. |
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: "extensions"
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: "name ASC"
PERSON_ID
Added in API level 1
static valPERSON_ID: String
Deprecated: see android.provider.ContactsContract
The ID of the person this phone number is assigned to.
Type: INTEGER (long)
Value: "person"