SearchManager.SuggestColumnIntentExtraData Field

Definition

Column name for suggestions cursor.

[Android.Runtime.Register("SUGGEST_COLUMN_INTENT_EXTRA_DATA")]
public const string SuggestColumnIntentExtraData;
[<Android.Runtime.Register("SUGGEST_COLUMN_INTENT_EXTRA_DATA")>]
val mutable SuggestColumnIntentExtraData : 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 not provided, the Intent's extra data field will be null. This column allows suggestions to provide additional arbitrary data which will be included as an extra under the key #EXTRA_DATA_KEY.

Java documentation for android.app.SearchManager.SUGGEST_COLUMN_INTENT_EXTRA_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