Android.App.SearchManager.SuggestColumnShortcutId Field
Column name for suggestions cursor.

Syntax

[Android.Runtime.Register("SUGGEST_COLUMN_SHORTCUT_ID")]
public const string SuggestColumnShortcutId

Remarks

Column name for suggestions cursor. Optional. This column is used to indicate whether a search suggestion should be stored as a shortcut, and whether it should be refreshed. If missing, the result will be stored as a shortcut and never validated. If set to SearchManager.SuggestNeverMakeShortcut, the result will not be stored as a shortcut. Otherwise, the shortcut id will be used to check back for an up to date suggestion using SearchManager.SuggestUriPathShortcut.

[Android Documentation]

Requirements

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