performAction
open fun performAction(virtualViewId: Int, action: Int, @Nullable arguments: Bundle): Boolean(source)
Performs an accessibility action on a virtual view, i.e. a descendant of the host View, with the given virtualViewId
or the host View itself if virtualViewId
equals to HOST_VIEW_ID.
Return
True if the action was performed.
Parameters
virtualViewId
A client defined virtual view id.
action
The action to perform.
arguments
Optional arguments.