performAccessibilityAction
open fun performAccessibilityAction(@NonNull recycler: RecyclerView.Recycler, @NonNull state: RecyclerView.State, action: Int, @Nullable args: Bundle): Boolean(source)
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