SemanticsActions
Kotlin
|Java
object SemanticsActions
Ths object defines keys of the actions which can be set in semantics and performed on the semantics node.
Each of these is intended to be set by the respective SemanticsPropertyReceiver extension instead of used directly.
Summary
Public properties
CustomActions
val CustomActions: SemanticsPropertyKey<List<CustomAccessibilityAction>>
See also | |
---|---|
customActions |
GetTextLayoutResult
val GetTextLayoutResult: SemanticsPropertyKey<AccessibilityAction<(MutableList<TextLayoutResult>) -> Boolean>>
See also | |
---|---|
getTextLayoutResult |
OnLongClick
val OnLongClick: SemanticsPropertyKey<AccessibilityAction<() -> Boolean>>
See also | |
---|---|
onLongClick |
PasteText
val PasteText: SemanticsPropertyKey<AccessibilityAction<() -> Boolean>>
See also | |
---|---|
pasteText |
RequestFocus
val RequestFocus: SemanticsPropertyKey<AccessibilityAction<() -> Boolean>>
See also | |
---|---|
requestFocus |
ScrollBy
val ScrollBy: SemanticsPropertyKey<AccessibilityAction<(x: Float, y: Float) -> Boolean>>
See also | |
---|---|
scrollBy |
ScrollToIndex
val ScrollToIndex: SemanticsPropertyKey<AccessibilityAction<(Int) -> Boolean>>
See also | |
---|---|
scrollToIndex |
SetProgress
val SetProgress: SemanticsPropertyKey<AccessibilityAction<(progress: Float) -> Boolean>>
See also | |
---|---|
setProgress |
SetSelection
val SetSelection: SemanticsPropertyKey<AccessibilityAction<(Int, Int, Boolean) -> Boolean>>
See also | |
---|---|
setSelection |
SetText
val SetText: SemanticsPropertyKey<AccessibilityAction<(AnnotatedString) -> Boolean>>
See also | |
---|---|
setText |