performAccessibilityAction

Called by AccessibilityDelegate when an action is requested from the RecyclerView.

Parameters

recycler

The Recycler that can be used to convert view positions into adapter positions

state

The current state of RecyclerView

action

The action to perform

args

Optional action arguments

See also