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
public static final class

ContactsContract.CommonDataKinds.Contactables

extends Object
implements ContactsContract.CommonDataKinds.CommonColumns ContactsContract.DataColumnsWithJoins
java.lang.Object
   ↳ android.provider.ContactsContract.CommonDataKinds.Contactables

Class Overview

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 ( ContactsContract.CommonDataKinds.Phone and ContactsContract.CommonDataKinds.Email ). Note that this is NOT a separate data kind. This URI allows the ContactsProvider to return a unified result for data items that users can use to initiate communications with another contact. ContactsContract.CommonDataKinds.Phone and ContactsContract.CommonDataKinds.Email are the current data types in this category.

Summary

Constants
String VISIBLE_CONTACTS_ONLY A boolean parameter for CONTENT_URI .
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.ContactsContract.CommonDataKinds.BaseTypes
From interface android.provider.ContactsContract.CommonDataKinds.CommonColumns
From interface android.provider.ContactsContract.ContactNameColumns
From interface android.provider.ContactsContract.ContactOptionsColumns
From interface android.provider.ContactsContract.ContactStatusColumns
From interface android.provider.ContactsContract.ContactsColumns
From interface android.provider.ContactsContract.DataColumns
From interface android.provider.ContactsContract.DataUsageStatColumns
From interface android.provider.ContactsContract.RawContactsColumns
From interface android.provider.ContactsContract.StatusColumns
Fields
public static final Uri CONTENT_FILTER_URI The content:// style URI for these data items, which allows for a query parameter to be appended onto the end to filter for data items matching the query.
public static final Uri CONTENT_URI The content:// style URI for these data items, which requests a directory of data rows matching the selection criteria.
Public Constructors
ContactsContract.CommonDataKinds.Contactables ()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String VISIBLE_CONTACTS_ONLY

A boolean parameter for CONTENT_URI . This specifies whether or not the returned data items should be filtered to show data items belonging to visible contacts only.

Constant Value: "visible_contacts_only"

Fields

public static final Uri CONTENT_FILTER_URI

The content:// style URI for these data items, which allows for a query parameter to be appended onto the end to filter for data items matching the query.

public static final Uri CONTENT_URI

The content:// style URI for these data items, which requests a directory of data rows matching the selection criteria.

Public Constructors

public ContactsContract.CommonDataKinds.Contactables ()