setTextEntryKey

open fun setTextEntryKey(isTextEntryKey: Boolean)(source)

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

This method has no effect below API 19

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

Parameters

isTextEntryKey

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