onPerformActionForVirtualView

inline fun Style.onPerformActionForVirtualView(noinline onPerformActionForVirtualViewHandler: (PerformActionForVirtualViewEvent) -> Unit): Style

Performs the specified accessibility action on a virtual view child of the host View and gives an opportunity to the parent (the host) to implement the desired behavior.

See androidx.customview.widget.ExploreByTouchHelper#onPerformActionForVirtualView.