Added in API level 5
CommonColumns
protected interface CommonColumns : ContactsContract.CommonDataKinds.BaseTypes
android.provider.ContactsContract.CommonDataKinds.CommonColumns |
Columns common across the specific types.
Summary
Constants | |
---|---|
static String |
The data for the contact method. |
static String |
The user defined label for the the contact method. |
static String |
The type of data, for example Home or Work. |
Inherited constants | |
---|---|
Constants
DATA
Added in API level 5
static val DATA: String
The data for the contact method.
Type: TEXT
Value: "data1"
LABEL
Added in API level 5
static val LABEL: String
The user defined label for the the contact method.
Type: TEXT
Value: "data3"
TYPE
Added in API level 5
static val TYPE: String
The type of data, for example Home or Work.
Type: INTEGER
Value: "data2"