Langue

AccessibilityNodeInfo.AccessibilityAction.ActionImeEnter Property

Definition

Action to send an IME actionId from EditorInfo.actionId.

[Android.Runtime.Register("ACTION_IME_ENTER", ApiSince=30)]
public static Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction ActionImeEnter { get; }
[<Android.Runtime.Register("ACTION_IME_ENTER", ApiSince=30)>]
static member ActionImeEnter : Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction

Property Value

Attributes

Remarks

Action to send an IME actionId from EditorInfo.actionId. This IME actionId is set by TextView.setImeActionLabel(CharSequence,int), or it is EditorInfo.IME_ACTION_UNSPECIFIED if no specific actionId has been set. A node should expose this action only for views that currently have input focus and are editable.

Android reference for android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction.ACTION_IME_ENTER.

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