OnModelBoundListener

interface OnModelBoundListener<T : EpoxyModel<out Any>?, V>

Used to register an onBind callback with a generated model.

Functions

onModelBound
Link copied to clipboard
abstract fun onModelBound(model: T, view: V, position: Int)
This will be called immediately after a model was bound, with the model and view that werebound together.