Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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"