Android.App.SearchManager.SuggestUriPathQuery Field
Uri path for queried suggestions data.

Syntax

[Android.Runtime.Register("SUGGEST_URI_PATH_QUERY")]
public const string SuggestUriPathQuery

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.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1