handle Pre Bind
abstract fun handlePreBind(holder: EpoxyViewHolder, objectToBind: T, position: Int)
Content copied to clipboard
Called on the generated model immediately before the main model onBind method has been called.This let's the generated model handle binding setup of its own
The ViewHolder is needed to get the model's adapter position when clicked.