Most visited

Recently visited

Added in API level 1
Deprecated since API level 5

Contacts.ContactMethodsColumns

public static interface Contacts.ContactMethodsColumns

android.provider.Contacts.ContactMethodsColumns
Known Indirect Subclasses


This interface was deprecated in API level 5.
see ContactsContract

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

Summary

Constants

String AUX_DATA

This constant was deprecated in API level 5. see ContactsContract

String DATA

This constant was deprecated in API level 5. see ContactsContract

String ISPRIMARY

This constant was deprecated in API level 5. see ContactsContract

String KIND

This constant was deprecated in API level 5. see ContactsContract

String LABEL

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_HOME

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

AUX_DATA

Added in API level 1
String AUX_DATA

This constant was deprecated in API level 5.
see ContactsContract

Auxiliary data for the contact method.

Type: TEXT

Constant Value: "aux_data"

DATA

Added in API level 1
String DATA

This constant was deprecated in API level 5.
see ContactsContract

The data for the contact method.

Type: TEXT

Constant Value: "data"

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"

KIND

Added in API level 1
String KIND

This constant was deprecated in API level 5.
see ContactsContract

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

Type: INTEGER (one of the values below)

Constant Value: "kind"

LABEL

Added in API level 1
String LABEL

This constant was deprecated in API level 5.
see ContactsContract

The user defined label for the the contact method.

Type: TEXT

Constant Value: "label"

TYPE

Added in API level 1
String TYPE

This constant was deprecated in API level 5.
see ContactsContract

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

Type: INTEGER (one of the values 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_HOME

Added in API level 1
int TYPE_HOME

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 1 (0x00000001)

TYPE_OTHER

Added in API level 1
int TYPE_OTHER

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 3 (0x00000003)

TYPE_WORK

Added in API level 1
int TYPE_WORK

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 2 (0x00000002)

Hooray!