epoxy-adapter / com.airbnb.epoxy / OnModelVisibilityStateChangedListener / onVisibilityStateChanged

onVisibilityStateChanged

abstract fun onVisibilityStateChanged(model: T, view: V, visibilityState: Int): Unit

This will be called once the visibility changed.

Parameters

model - T: The model being bound

view - V: The view that is being bound to the model

visibilityState - Int: The new visibility

See Also
VisibilityState