ContactsContract.Contacts.ContentFilterUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The content:// style URI used for "type-to-filter" functionality on the
#CONTENT_URI
URI.
[Android.Runtime.Register("CONTENT_FILTER_URI")]
public static Android.Net.Uri? ContentFilterUri { get; }
[<Android.Runtime.Register("CONTENT_FILTER_URI")>]
static member ContentFilterUri : Android.Net.Uri
Property Value
- Attributes
Remarks
The content:// style URI used for "type-to-filter" functionality on the #CONTENT_URI
URI. The filter string will be used to match various parts of the contact name. The filter argument should be passed as an additional path segment after this URI.
Java documentation for android.provider.ContactsContract.Contacts.CONTENT_FILTER_URI
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.