Most visited

Recently visited

Added in API level 5

ContactsContract.CommonDataKinds.CommonColumns

protected static interface ContactsContract.CommonDataKinds.CommonColumns
implements ContactsContract.CommonDataKinds.BaseTypes

android.provider.ContactsContract.CommonDataKinds.CommonColumns
Known Indirect Subclasses


Columns common across the specific types.

Summary

Constants

String DATA

The data for the contact method.

String LABEL

The user defined label for the the contact method.

String TYPE

The type of data, for example Home or Work.

Inherited constants

From interface android.provider.ContactsContract.CommonDataKinds.BaseTypes

Constants

DATA

Added in API level 5
String DATA

The data for the contact method.

Type: TEXT

Constant Value: "data1"

LABEL

Added in API level 5
String LABEL

The user defined label for the the contact method.

Type: TEXT

Constant Value: "data3"

TYPE

Added in API level 5
String TYPE

The type of data, for example Home or Work.

Type: INTEGER

Constant Value: "data2"

Hooray!