Function

performSemanticsActionUnit

performSemanticsActionUnit

Deprecated

Replaced with same function, but with SemanticsNodeInteraction as return type

Source set: Common
fun <T : Function<Boolean>> SemanticsNodeInteraction.performSemanticsActionUnit(
    key: SemanticsPropertyKey<AccessibilityAction<T>>,
    invocation: (T) -> Unit,
)

performSemanticsActionUnit

Deprecated

Replaced with same function, but with SemanticsNodeInteraction as return type

Source set: Common
fun SemanticsNodeInteraction.performSemanticsActionUnit(
    key: SemanticsPropertyKey<AccessibilityAction<() -> Boolean>>
)

Last updated: