RecyclerViewAccessibilityDelegate

The AccessibilityDelegate used by RecyclerView.

This class handles basic accessibility actions and delegates them to LayoutManager.

Constructors

Link copied to clipboard
constructor(@NonNull recyclerView: RecyclerView)

Types

Link copied to clipboard
The default implementation of accessibility delegate for the individual items of the RecyclerView.

Functions

Link copied to clipboard
Gets the AccessibilityDelegate for an individual item in the RecyclerView.
Link copied to clipboard
open fun performAccessibilityAction(@NonNull host: View, action: Int, @Nullable args: Bundle): Boolean