Android.App.SearchManager.FlagQueryRefinement Field
Flag to specify that the entry can be used for query refinement, i.e., the query text in the search field can be replaced with the text in this entry, when a query refinement icon is clicked.

Value: 1

Syntax

[Android.Runtime.Register("FLAG_QUERY_REFINEMENT")]
public const int FlagQueryRefinement

Remarks

Flag to specify that the entry can be used for query refinement, i.e., the query text in the search field can be replaced with the text in this entry, when a query refinement icon is clicked. The suggestion list should show such a clickable icon beside the entry.

Use this flag as a bit-field for SearchManager.SuggestColumnFlags.

[Android Documentation]

Requirements

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