OnViewHolderSelectedListener

Callback for receiving a notification when a ViewHolder has been selected. There are two methods:

Functions

Link copied to clipboard
open fun onViewHolderSelected(parent: RecyclerView, child: RecyclerView.ViewHolder?, position: Int, subPosition: Int)
Link copied to clipboard
open fun onViewHolderSelectedAndAligned(parent: RecyclerView, child: RecyclerView.ViewHolder?, position: Int, subPosition: Int)

Called when child has scrolled to its final position