interface OnModelUnboundListener<T : EpoxyModel<*>!, V : Any!>
Used to register an onUnbind callback with a generated model.
abstract fun onModelUnbound(model: T, view: V): Unit
This will be called immediately after a model is unbound from a view, with the view and model that were unbound. |