Added in API level 1
Deprecated in API level 5

OrganizationColumns

interface OrganizationColumns
android.provider.Contacts.OrganizationColumns

Columns from the Organizations table that other columns join into themselves.

Summary

Constants
static String

The name of the company for this organization.

static String

Whether this is the primary organization

static String

The user provided label, only used if TYPE is TYPE_CUSTOM.

static String

The person this organization is tied to.

static String

The title within this organization.

static String

The type of the organizations.

static Int

static Int

static Int

Constants

COMPANY

Added in API level 1
static val COMPANY: String

Deprecated: see android.provider.ContactsContract

The name of the company for this organization.

Type: TEXT

Value: "company"

ISPRIMARY

Added in API level 1
static val ISPRIMARY: String

Deprecated: see android.provider.ContactsContract

Whether this is the primary organization

Type: INTEGER (if set, non-0 means true)

Value: "isprimary"

LABEL

Added in API level 1
static val LABEL: String

Deprecated: see android.provider.ContactsContract

The user provided label, only used if TYPE is TYPE_CUSTOM.

Type: TEXT

Value: "label"

PERSON_ID

Added in API level 1
static val PERSON_ID: String

Deprecated: see android.provider.ContactsContract

The person this organization is tied to.

Type: TEXT

Value: "person"

TITLE

Added in API level 1
static val TITLE: String

Deprecated: see android.provider.ContactsContract

The title within this organization.

Type: TEXT

Value: "title"

TYPE

Added in API level 1
static val TYPE: String

Deprecated: see android.provider.ContactsContract

The type of the organizations.

Type: INTEGER (one of the constants below)

Value: "type"

TYPE_CUSTOM

Added in API level 1
static val TYPE_CUSTOM: Int

Deprecated: see android.provider.ContactsContract

Value: 0

TYPE_OTHER

Added in API level 1
static val TYPE_OTHER: Int

Deprecated: see android.provider.ContactsContract

Value: 2

TYPE_WORK

Added in API level 1
static val TYPE_WORK: Int

Deprecated: see android.provider.ContactsContract

Value: 1