Language

KeyEvent.KeycodeContextualSearch Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.

Key code constant: Contextual Search key.

[Android.Runtime.Register("KEYCODE_CONTEXTUAL_SEARCH", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)]
public const Android.Views.Keycode KeycodeContextualSearch = 339;
[<Android.Runtime.Register("KEYCODE_CONTEXTUAL_SEARCH", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)>]
val mutable KeycodeContextualSearch : Android.Views.Keycode

Field Value

Value = 339

Implements

Attributes

Remarks

Key code constant: Contextual Search key.

Introduced by HUTRR119, invokes an AI agent to perform an action on the content currently selected by the user (e.g., highlighted text, active image, or selected file) or invoke a selection experience. Often referred to as "Select to Search" or "Summarize Selection." This key is fully handled by the framework and will not be sent to the foreground app.

Android reference for android.view.KeyEvent.KEYCODE_CONTEXTUAL_SEARCH.

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