Added in API level 1
Deprecated in API level 5

GroupsColumns

interface GroupsColumns
android.provider.Contacts.GroupsColumns

Columns from the groups table.

Summary

Constants
static String

The group name.

static String

Notes about the group.

static String

Whether this group should be synced if the SYNC_EVERYTHING settings is false for this group's account.

static String

The ID of this group if it is a System Group, null otherwise.

Constants

NAME

Added in API level 1
static val NAME: String

Deprecated: see android.provider.ContactsContract

The group name.

Type: TEXT

Value: "name"

NOTES

Added in API level 1
static val NOTES: String

Deprecated: see android.provider.ContactsContract

Notes about the group.

Type: TEXT

Value: "notes"

SHOULD_SYNC

Added in API level 1
static val SHOULD_SYNC: String

Deprecated: see android.provider.ContactsContract

Whether this group should be synced if the SYNC_EVERYTHING settings is false for this group's account.

Type: INTEGER (boolean)

Value: "should_sync"

SYSTEM_ID

Added in API level 1
static val SYSTEM_ID: String

Deprecated: see android.provider.ContactsContract

The ID of this group if it is a System Group, null otherwise.

Type: TEXT

Value: "system_id"