# Print output for @column tags ?> Contacts.GroupMembership - Android SDK | Android Developers

Most visited


Recently visited


Contacts.GroupMembership

public static final class Contacts.GroupMembership
extends Object implements BaseColumns, Contacts.GroupsColumns

java.lang.Object
   ↳ android.provider.Contacts.GroupMembership


This class is deprecated.
see ContactsContract

Summary


Constants

String CONTENT_DIRECTORY

This constant is deprecated. see ContactsContract

String CONTENT_ITEM_TYPE

This constant is deprecated. see ContactsContract

String CONTENT_TYPE

This constant is deprecated. see ContactsContract

String DEFAULT_SORT_ORDER

This constant is deprecated. see ContactsContract

String GROUP_ID

This constant is deprecated. see ContactsContract

String GROUP_SYNC_ACCOUNT

This constant is deprecated. see ContactsContract

String GROUP_SYNC_ACCOUNT_TYPE

This constant is deprecated. see ContactsContract

String GROUP_SYNC_ID

This constant is deprecated. see ContactsContract

String PERSON_ID

This constant is deprecated. see ContactsContract

Inherited constants

Fields

public static final Uri CONTENT_URI

This field is deprecated. see ContactsContract

public static final Uri RAW_CONTENT_URI

This field is deprecated. see ContactsContract

Inherited methods

Constants


CONTENT_DIRECTORY

public static final String CONTENT_DIRECTORY

This constant is deprecated.
see ContactsContract

The directory twig for this sub-table

Constant Value: "groupmembership"

CONTENT_ITEM_TYPE

public static final String CONTENT_ITEM_TYPE

This constant is deprecated.
see ContactsContract

The MIME type of a CONTENT_URI subdirectory of a single person group.

Constant Value: "vnd.android.cursor.item/contactsgroupmembership"

CONTENT_TYPE

public static final String CONTENT_TYPE

This constant is deprecated.
see ContactsContract

The MIME type of CONTENT_URI providing a directory of all person groups.

Constant Value: "vnd.android.cursor.dir/contactsgroupmembership"

DEFAULT_SORT_ORDER

public static final String DEFAULT_SORT_ORDER

This constant is deprecated.
see ContactsContract

The default sort order for this table

Constant Value: "group_id ASC"

GROUP_ID

public static final String GROUP_ID

This constant is deprecated.
see ContactsContract

The row id of the accounts group.

Type: TEXT

Constant Value: "group_id"

GROUP_SYNC_ACCOUNT

public static final String GROUP_SYNC_ACCOUNT

This constant is deprecated.
see ContactsContract

The account of the group.

Type: TEXT

Constant Value: "group_sync_account"

GROUP_SYNC_ACCOUNT_TYPE

public static final String GROUP_SYNC_ACCOUNT_TYPE

This constant is deprecated.
see ContactsContract

The account type of the group.

Type: TEXT

Constant Value: "group_sync_account_type"

GROUP_SYNC_ID

public static final String GROUP_SYNC_ID

This constant is deprecated.
see ContactsContract

The sync id of the group.

Type: TEXT

Constant Value: "group_sync_id"

PERSON_ID

public static final String PERSON_ID

This constant is deprecated.
see ContactsContract

The row id of the person.

Type: TEXT

Constant Value: "person"

Fields


CONTENT_URI

public static final Uri CONTENT_URI

This field is deprecated.
see ContactsContract

The content:// style URL for this table

RAW_CONTENT_URI

public static final Uri RAW_CONTENT_URI

This field is deprecated.
see ContactsContract

The content:// style URL for this table

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.