AccessibilityNodeInfo.TextEntryKey Property

Definition

Returns whether node represents a text entry key that is part of a keyboard or keypad. -or- Sets whether the node represents a text entry key that is part of a keyboard or keypad.

public virtual bool TextEntryKey { [Android.Runtime.Register("isTextEntryKey", "()Z", "GetIsTextEntryKeyHandler", ApiSince=29)] get; [Android.Runtime.Register("setTextEntryKey", "(Z)V", "GetSetTextEntryKey_ZHandler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("isTextEntryKey", "()Z", "GetIsTextEntryKeyHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setTextEntryKey", "(Z)V", "GetSetTextEntryKey_ZHandler", ApiSince=29)>]
member this.TextEntryKey : bool with get, set

Property Value

true if the node is a text entry key., false otherwise.

Attributes

Remarks

Property getter documentation:

Returns whether node represents a text entry key that is part of a keyboard or keypad.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.isTextEntryKey().

Property setter documentation:

Sets whether the node represents a text entry key that is part of a keyboard or keypad.

<strong>Note:</strong> Cannot be called from an android.accessibilityservice.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.setTextEntryKey(boolean).

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