java.lang.Object | |
↳ | android.provider.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 (
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.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
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. | |||||||||
|
CONTENT_URI | The content:// style URI for these data items, which requests a directory of data rows matching the selection criteria. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
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.
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.
The content:// style URI for these data items, which requests a directory of data rows matching the selection criteria.