IRecyclerItem
Contract for recycler item
Since
v1.3.0
See also
Inheritors
Properties
Functions
Link copied to clipboard
abstract fun bind(view: View, position: Int, payloads: List<Any>, stateFlow: MutableStateFlow<ClickableItem>, selectionMode: ISupportSelectionMode<Long>?)
Called when the view needs to be setup, this could be to set click listeners, assign text, load images, e.t.c
Link copied to clipboard
Provides a preferred span size for the item