CarouselOnScrollListener
Functions
Link copied to clipboard
open fun onScrolled(recyclerView: RecyclerView, dx: Int, dy: Int, position: Int, carouselItem: CarouselItem?)
Callback method to be invoked when the RecyclerView has been scrolled. This will be called after the scroll has completed.
Link copied to clipboard
open fun onScrollStateChanged(recyclerView: RecyclerView, newState: Int, position: Int, carouselItem: CarouselItem?)
Callback method to be invoked when RecyclerView's scroll state changes.