GroupMembership
classGroupMembership: BaseColumns, Contacts.GroupsColumns
| kotlin.Any | |
| ↳ | android.provider.Contacts.GroupMembership | 
Summary
| Constants | |
|---|---|
| static String | The directory twig for this sub-table | 
| 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 row id of the accounts group. | 
| static String | The account of the group. | 
| static String | The account type of the group. | 
| static String | The sync id of the group. | 
| static String | The row id of the person. | 
| Inherited constants | |
|---|---|
| Properties | |
|---|---|
| static Uri! | The content:// style URL for this table | 
| static Uri! | The content:// style URL for this table | 
Constants
CONTENT_DIRECTORY
static valCONTENT_DIRECTORY: String
Deprecated: see android.provider.ContactsContract
The directory twig for this sub-table
Value: "groupmembership"CONTENT_ITEM_TYPE
static valCONTENT_ITEM_TYPE: String
Deprecated: see android.provider.ContactsContract
The MIME type of a CONTENT_URI subdirectory of a single person group.
Value: "vnd.android.cursor.item/contactsgroupmembership"CONTENT_TYPE
static valCONTENT_TYPE: String
Deprecated: see android.provider.ContactsContract
The MIME type of CONTENT_URI providing a directory of all person groups.
Value: "vnd.android.cursor.dir/contactsgroupmembership"DEFAULT_SORT_ORDER
static valDEFAULT_SORT_ORDER: String
Deprecated: see android.provider.ContactsContract
The default sort order for this table
Value: "group_id ASC"GROUP_ID
static valGROUP_ID: String
Deprecated: see android.provider.ContactsContract
The row id of the accounts group.
Type: TEXT
Value: "group_id"GROUP_SYNC_ACCOUNT
static valGROUP_SYNC_ACCOUNT: String
Deprecated: see android.provider.ContactsContract
The account of the group.
Type: TEXT
Value: "group_sync_account"GROUP_SYNC_ACCOUNT_TYPE
static valGROUP_SYNC_ACCOUNT_TYPE: String
Deprecated: see android.provider.ContactsContract
The account type of the group.
Type: TEXT
Value: "group_sync_account_type"GROUP_SYNC_ID
static valGROUP_SYNC_ID: String
Deprecated: see android.provider.ContactsContract
The sync id of the group.
Type: TEXT
Value: "group_sync_id"PERSON_ID
static valPERSON_ID: String
Deprecated: see android.provider.ContactsContract
The row id of the person.
Type: TEXT
Value: "person"Properties
CONTENT_URI
static valCONTENT_URI: Uri!
Deprecated: see android.provider.ContactsContract
The content:// style URL for this table
RAW_CONTENT_URI
static valRAW_CONTENT_URI: Uri!
Deprecated: see android.provider.ContactsContract
The content:// style URL for this table
