android.provider.ContactsContract.CommonDataKinds.CommonColumns |
Known Indirect Subclasses
ContactsContract.CommonDataKinds.Contactables,
ContactsContract.CommonDataKinds.Email,
ContactsContract.CommonDataKinds.Event,
ContactsContract.CommonDataKinds.Im,
ContactsContract.CommonDataKinds.Nickname,
ContactsContract.CommonDataKinds.Organization,
ContactsContract.CommonDataKinds.Phone,
ContactsContract.CommonDataKinds.Relation,
ContactsContract.CommonDataKinds.SipAddress,
ContactsContract.CommonDataKinds.StructuredPostal,
ContactsContract.CommonDataKinds.Website
|
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. |
Constants
public
static
final
String
DATA
The data for the contact method.
Type: TEXT
Constant Value:
"data1"
public
static
final
String
LABEL
The user defined label for the the contact method.
Type: TEXT
Constant Value:
"data3"
public
static
final
String
TYPE
The type of data, for example Home or Work.
Type: INTEGER
Constant Value:
"data2"