Android.Resource.Attribute.SearchSuggestPath Field
If provided, this will be inserted in the suggestions query Uri, after the authority you have provide but before the standard suggestions path.

Value: 16843223

Syntax

[Android.Runtime.Register("searchSuggestPath")]
public const int SearchSuggestPath

Remarks

If provided, this will be inserted in the suggestions query Uri, after the authority you have provide but before the standard suggestions path. Optional attribute.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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