CarouselListener
interface CarouselListener
Functions
Link copied to clipboard
Bind view with data. It's mapped with RecyclerView.Adapter#onBindViewHolder.
Link copied to clipboard
When an item view is clicked it will be invoked.
Link copied to clipboard
Inflate custom view here using view binding. It's mapped with RecyclerView.Adapter#onCreateViewHolder.
Link copied to clipboard
When an item view is long clicked it will be invoked.