ItemDelegate

The default implementation of accessibility delegate for the individual items of the RecyclerView.

If you are overriding RecyclerViewAccessibilityDelegate#getItemDelegate() but still want to keep some default behavior, you can create an instance of this class and delegate to the parent as necessary.

Constructors

Link copied to clipboard
constructor(@NonNull recyclerViewDelegate: RecyclerViewAccessibilityDelegate)
Creates an item delegate for the given RecyclerViewAccessibilityDelegate.

Functions