/**@class android.provider.ContactsContract.CommonDataKinds.Contactables implements android.provider.ContactsContract.DataColumnsWithJoins implements android.provider.ContactsContract.CommonDataKinds.CommonColumns implements android.provider.ContactsContract.ContactCounts @extends java.lang.Object 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 ({@link android.provider.CommonDataKinds.Phone} and {@link android.provider.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. {@link android.provider.CommonDataKinds.Phone} and {@link android.provider.CommonDataKinds.Email} are the current data types in this category. */ var Contactables = { /** The content:// style URI for these data items, which requests a directory of data rows matching the selection criteria. */ CONTENT_URI : "null", /** <p>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. <p class="caution"><b>Caution: </b>As of January 7, 2019, this field no longer sorts results based on contacts frequency. For more information, see the <a href="/guide/topics/providers/contacts-provider#ObsoleteData">Contacts Provider</a> page. */ CONTENT_FILTER_URI : "null", /** A boolean parameter for {@link android.provider.ContactsContract.Data#CONTENT_URI}. This specifies whether or not the returned data items should be filtered to show data items belonging to visible contacts only. */ VISIBLE_CONTACTS_ONLY : "visible_contacts_only", };