Function

textEntryKey

The node is marked as a text entry key for accessibility.

textEntryKey

Source set: Common
fun SemanticsPropertyReceiver.textEntryKey()

The node is marked as a text entry key for accessibility. This is used to indicate that this composable acts as a key within a text entry interface, such as a custom on-screen keyboard. Accessibility services can use this information to provide a better experience for users interacting with custom text input methods.

See AccessibilityNodeInfo.setTextEntryKey) for more details.

Last updated: