Most visited

Recently visited

Added in API level 1
Deprecated since API level 5

Contacts.OrganizationColumns

public static interface Contacts.OrganizationColumns

android.provider.Contacts.OrganizationColumns
Known Indirect Subclasses


This interface was deprecated in API level 5.
see ContactsContract

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

Summary

Constants

String COMPANY

This constant was deprecated in API level 5. see ContactsContract

String ISPRIMARY

This constant was deprecated in API level 5. see ContactsContract

String LABEL

This constant was deprecated in API level 5. see ContactsContract

String PERSON_ID

This constant was deprecated in API level 5. see ContactsContract

String TITLE

This constant was deprecated in API level 5. see ContactsContract

String TYPE

This constant was deprecated in API level 5. see ContactsContract

int TYPE_CUSTOM

This constant was deprecated in API level 5. see ContactsContract

int TYPE_OTHER

This constant was deprecated in API level 5. see ContactsContract

int TYPE_WORK

This constant was deprecated in API level 5. see ContactsContract

Constants

COMPANY

Added in API level 1
String COMPANY

This constant was deprecated in API level 5.
see ContactsContract

The name of the company for this organization.

Type: TEXT

Constant Value: "company"

ISPRIMARY

Added in API level 1
String ISPRIMARY

This constant was deprecated in API level 5.
see ContactsContract

Whether this is the primary organization

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

Constant Value: "isprimary"

LABEL

Added in API level 1
String LABEL

This constant was deprecated in API level 5.
see ContactsContract

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

Type: TEXT

Constant Value: "label"

PERSON_ID

Added in API level 1
String PERSON_ID

This constant was deprecated in API level 5.
see ContactsContract

The person this organization is tied to.

Type: TEXT

Constant Value: "person"

TITLE

Added in API level 1
String TITLE

This constant was deprecated in API level 5.
see ContactsContract

The title within this organization.

Type: TEXT

Constant Value: "title"

TYPE

Added in API level 1
String TYPE

This constant was deprecated in API level 5.
see ContactsContract

The type of the organizations.

Type: INTEGER (one of the constants below)

Constant Value: "type"

TYPE_CUSTOM

Added in API level 1
int TYPE_CUSTOM

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 0 (0x00000000)

TYPE_OTHER

Added in API level 1
int TYPE_OTHER

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 2 (0x00000002)

TYPE_WORK

Added in API level 1
int TYPE_WORK

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 1 (0x00000001)

Hooray!