to top
Android APIs
protected static interface

ContactsContract.CommonDataKinds.CommonColumns

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

Class Overview

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.
[Expand]
Inherited Constants
From interface android.provider.ContactsContract.CommonDataKinds.BaseTypes

Constants

public static final String DATA

Added in API level 5

The data for the contact method.

Type: TEXT

Constant Value: "data1"

public static final String LABEL

Added in API level 5

The user defined label for the the contact method.

Type: TEXT

Constant Value: "data3"

public static final String TYPE

Added in API level 5

The type of data, for example Home or Work.

Type: INTEGER

Constant Value: "data2"