Groups
classGroups: BaseColumns, Contacts.GroupsColumns
kotlin.Any | |
↳ | android.provider.Contacts.Groups |
This table contains the groups for an account.
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 | |
static String |
The "My Contacts" system group. |
Inherited constants | |
---|---|
Properties | |
---|---|
static Uri! |
The content:// style URL for this table |
static Uri! |
The content:// style URL for the table that holds the deleted groups. |
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 group.
Value: "vnd.android.cursor.item/contactsgroup"
CONTENT_TYPE
static valCONTENT_TYPE: String
Deprecated: see android.provider.ContactsContract
The MIME type of CONTENT_URI
providing a directory of groups.
Value: "vnd.android.cursor.dir/contactsgroup"
DEFAULT_SORT_ORDER
static valDEFAULT_SORT_ORDER: String
Deprecated: see android.provider.ContactsContract
The default sort order for this table
Value: "name ASC"
GROUP_ANDROID_STARRED
static valGROUP_ANDROID_STARRED: String
Deprecated: see android.provider.ContactsContract
Value: "Starred in Android"
GROUP_MY_CONTACTS
static valGROUP_MY_CONTACTS: String
Deprecated: see android.provider.ContactsContract
The "My Contacts" system group.
Value: "Contacts"
Properties
CONTENT_URI
static valCONTENT_URI: Uri!
Deprecated: see android.provider.ContactsContract
The content:// style URL for this table
DELETED_CONTENT_URI
static valDELETED_CONTENT_URI: Uri!
Deprecated: see android.provider.ContactsContract
The content:// style URL for the table that holds the deleted groups.