Extensions
classExtensions: BaseColumns, Contacts.ExtensionsColumns
kotlin.Any | |
↳ | android.provider.Contacts.Extensions |
The extensions for a person
Summary
Constants | |
---|---|
static String |
The MIME type of a |
static String |
The MIME type of |
static String |
The default sort order for this table |
static String |
The ID of the person this phone number is assigned to. |
Inherited constants | |
---|---|
Properties | |
---|---|
static Uri! |
The content:// style URL for this table |
Constants
CONTENT_ITEM_TYPE
static valCONTENT_ITEM_TYPE: String
Deprecated: see android.provider.ContactsContract
The MIME type of a CONTENT_URI
subdirectory of a single phone.
Value: "vnd.android.cursor.item/contact_extensions"
CONTENT_TYPE
static valCONTENT_TYPE: String
Deprecated: see android.provider.ContactsContract
The MIME type of CONTENT_URI
providing a directory of phones.
Value: "vnd.android.cursor.dir/contact_extensions"
DEFAULT_SORT_ORDER
static valDEFAULT_SORT_ORDER: String
Deprecated: see android.provider.ContactsContract
The default sort order for this table
Value: "person, name ASC"
PERSON_ID
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"
Properties
CONTENT_URI
static valCONTENT_URI: Uri!
Deprecated: see android.provider.ContactsContract
The content:// style URL for this table