OnModelUnboundListener

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

Used to register an onUnbind callback with a generated model.

Functions

onModelUnbound
Link copied to clipboard
abstract fun onModelUnbound(model: T, view: V)
This will be called immediately after a model is unbound from a view, with the view and modelthat were unbound.