epoxy-adapter / com.airbnb.epoxy / OnModelBoundListener / onModelBound

onModelBound

abstract fun onModelBound(model: T, view: V, position: Int): Unit

This will be called immediately after a model was bound, with the model and view that were bound together.

Parameters

model - T: The model being bound

view - V: The view that is being bound to the model

position - Int: The adapter position of the model