SearchManager.SuggestColumnIntentDataId Field

Definition

Column name for suggestions cursor.

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

Field Value

Attributes

Remarks

Column name for suggestions cursor. Optional. If this column exists and this element exists at the given row, then "/" and this value will be appended to the data field in the Intent. This should only be used if the data field has already been set to an appropriate base string.

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

Applies to