AccessibilityNodeInfo.AccessibilityAction.ActionImeEnter Property
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.
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.
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.