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

onModelUnbound

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.