epoxy-adapter / com.airbnb.epoxy / EpoxyController / onModelUnbound

onModelUnbound

protected open fun onModelUnbound(@NonNull holder: EpoxyViewHolder, @NonNull model: EpoxyModel<*>): Unit

Called immediately after a model is unbound from a view holder. Subclasses can override this if they want alerts on when a model is unbound. Alternatively you may attach a listener directly to a generated model with model.onUnbind(...)