SearchManager.SuggestUriPathQuery Field
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.
Uri path for queried suggestions data.
[Android.Runtime.Register("SUGGEST_URI_PATH_QUERY")]
public const string SuggestUriPathQuery;
[<Android.Runtime.Register("SUGGEST_URI_PATH_QUERY")>]
val mutable SuggestUriPathQuery : string
Field Value
- Attributes
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.
Java documentation for android.app.SearchManager.SUGGEST_URI_PATH_QUERY
.
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.