ContactsContract.CommonDataKinds.CommonColumns


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

android.provider.ContactsContract.CommonDataKinds.CommonColumns
ContactsContract.CommonDataKinds.Callable

Convenient functionalities for "callable" data. 

ContactsContract.CommonDataKinds.Contactables A special class of data items, used to refer to types of data that can be used to attempt to start communicating with a person (Phone and Email). 
ContactsContract.CommonDataKinds.Email

A data kind representing an email address. 

ContactsContract.CommonDataKinds.Event

A data kind representing an event. 

ContactsContract.CommonDataKinds.Im This class was deprecated in API level 35. This field may not be well supported by some contacts apps and is discouraged to use. 
ContactsContract.CommonDataKinds.Nickname

A data kind representing the contact's nickname. 

ContactsContract.CommonDataKinds.Organization

A data kind representing an organization. 

ContactsContract.CommonDataKinds.Phone

A data kind representing a telephone number. 

ContactsContract.CommonDataKinds.Relation

A data kind representing a relation. 

ContactsContract.CommonDataKinds.SipAddress This class was deprecated in API level 35. This field may not be well supported by some contacts apps and is discouraged to use. 
ContactsContract.CommonDataKinds.StructuredPostal

A data kind representing a postal addresses. 

ContactsContract.CommonDataKinds.Website

A data kind representing a website related to the contact. 



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

int TYPE_CUSTOM

A custom type.

Constants

DATA

Added in API level 5
public static final String DATA

The data for the contact method.

Type: TEXT

Constant Value: "data1"

LABEL

Added in API level 5
public static final String LABEL

The user defined label for the the contact method.

Type: TEXT

Constant Value: "data3"

TYPE

Added in API level 5
public static final String TYPE

The type of data, for example Home or Work.

Type: INTEGER

Constant Value: "data2"