onModelBound

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.

Parameters

model

The model being bound

view

The view that is being bound to the model

position

The adapter position of the model