SearchManager.SuggestColumnIntentData Field

Definition

Column name for suggestions cursor.

[Android.Runtime.Register("SUGGEST_COLUMN_INTENT_DATA")]
public const string SuggestColumnIntentData;
[<Android.Runtime.Register("SUGGEST_COLUMN_INTENT_DATA")>]
val mutable SuggestColumnIntentData : string

Field Value

Attributes

Remarks

Column name for suggestions cursor. Optional. If this column exists and this element exists at the given row, this is the data that will be used when forming the suggestion's intent. If the element is not provided, the data will be taken from the android:searchSuggestIntentData field in your XML metadata. If neither source is provided, the Intent's data field will be null. Note: If your data is the same for all suggestions, or can be described using a constant part and a specific ID, it is more efficient to specify it using XML metadata and omit it from the cursor.

Java documentation for android.app.SearchManager.SUGGEST_COLUMN_INTENT_DATA.

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.

Applies to