SearchManager.SuggestColumnShortcutId 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.
Column name for suggestions cursor.
[Android.Runtime.Register("SUGGEST_COLUMN_SHORTCUT_ID")]
public const string SuggestColumnShortcutId;
[<Android.Runtime.Register("SUGGEST_COLUMN_SHORTCUT_ID")>]
val mutable SuggestColumnShortcutId : string
Field Value
- Attributes
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 #SUGGEST_NEVER_MAKE_SHORTCUT
, 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 #SUGGEST_URI_PATH_SHORTCUT
.
Java documentation for android.app.SearchManager.SUGGEST_COLUMN_SHORTCUT_ID
.
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.