Since: API Level 1
public static interface

Contacts.ContactMethodsColumns

android.provider.Contacts.ContactMethodsColumns
Known Indirect Subclasses

Class Overview

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

Summary

Constants
String AUX_DATA Auxiliary data for the contact method.
String DATA The data for the contact method.
String ISPRIMARY Whether this is the primary organization

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

String KIND The kind of the the contact method.
String LABEL The user defined label for the the contact method.
String TYPE The type of the contact method, must be one of the types below.
int TYPE_CUSTOM
int TYPE_HOME
int TYPE_OTHER
int TYPE_WORK

Constants

public static final String AUX_DATA

Since: API Level 1

Auxiliary data for the contact method.

Type: TEXT

Constant Value: "aux_data"

public static final String DATA

Since: API Level 1

The data for the contact method.

Type: TEXT

Constant Value: "data"

public static final String ISPRIMARY

Since: API Level 1

Whether this is the primary organization

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

Constant Value: "isprimary"

public static final String KIND

Since: API Level 1

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

Type: INTEGER (one of the values below)

Constant Value: "kind"

public static final String LABEL

Since: API Level 1

The user defined label for the the contact method.

Type: TEXT

Constant Value: "label"

public static final String TYPE

Since: API Level 1

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

Type: INTEGER (one of the values below)

Constant Value: "type"

public static final int TYPE_CUSTOM

Since: API Level 1

Constant Value: 0 (0x00000000)

public static final int TYPE_HOME

Since: API Level 1

Constant Value: 1 (0x00000001)

public static final int TYPE_OTHER

Since: API Level 1

Constant Value: 3 (0x00000003)

public static final int TYPE_WORK

Since: API Level 1

Constant Value: 2 (0x00000002)