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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.