Added in API level 1
Deprecated in API level 5

ContactMethodsColumns

interface ContactMethodsColumns
android.provider.Contacts.ContactMethodsColumns

Columns from the ContactMethods table that other tables join into themseleves.

Summary

Constants
static String

Auxiliary data for the contact method.

static String

The data for the contact method.

static String

Whether this is the primary organization

static String

The kind of the the contact method.

static String

The user defined label for the the contact method.

static String

The type of the contact method, must be one of the types below.

static Int

static Int

static Int

static Int

Constants

AUX_DATA

Added in API level 1
static val AUX_DATA: String

Deprecated: see android.provider.ContactsContract

Auxiliary data for the contact method.

Type: TEXT

Value: "aux_data"

DATA

Added in API level 1
static val DATA: String

Deprecated: see android.provider.ContactsContract

The data for the contact method.

Type: TEXT

Value: "data"

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"

KIND

Added in API level 1
static val KIND: String

Deprecated: see android.provider.ContactsContract

The kind of the the contact method. For example, email address, postal address, etc.

Type: INTEGER (one of the values below)

Value: "kind"

LABEL

Added in API level 1
static val LABEL: String

Deprecated: see android.provider.ContactsContract

The user defined label for the the contact method.

Type: TEXT

Value: "label"

TYPE

Added in API level 1
static val TYPE: String

Deprecated: see android.provider.ContactsContract

The type of the contact method, must be one of the types below.

Type: INTEGER (one of the values below)

Value: "type"

TYPE_CUSTOM

Added in API level 1
static val TYPE_CUSTOM: Int

Deprecated: see android.provider.ContactsContract

Value: 0

TYPE_HOME

Added in API level 1
static val TYPE_HOME: Int

Deprecated: see android.provider.ContactsContract

Value: 1

TYPE_OTHER

Added in API level 1
static val TYPE_OTHER: Int

Deprecated: see android.provider.ContactsContract

Value: 3

TYPE_WORK

Added in API level 1
static val TYPE_WORK: Int

Deprecated: see android.provider.ContactsContract

Value: 2