SearchManager.SuggestColumnIntentAction 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_INTENT_ACTION")]
public const string SuggestColumnIntentAction;
[<Android.Runtime.Register("SUGGEST_COLUMN_INTENT_ACTION")>]
val mutable SuggestColumnIntentAction : 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 action that will be used when forming the suggestion's intent. If the element is not provided, the action will be taken from the android:searchSuggestIntentAction field in your XML metadata. At least one of these must be present for the suggestion to generate an intent. Note: If your action is the same for all suggestions, 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_ACTION
.
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.