Android.App.SearchManager.SuggestUriPathQuery Field
Uri path for queried suggestions data.
Syntax
[Android.Runtime.Register("SUGGEST_URI_PATH_QUERY")] public const stringSuggestUriPathQuery
Remarks
Uri path for queried suggestions data. This is the path that the search manager
will use when querying your content provider for suggestions data based on user input
(e.g. looking for partial matches).
Typically you'll use this with a URI matcher.