abstract fun onVisibilityStateChanged(model: T, view: V, visibilityState: Int): Unit
This will be called once the visibility changed.
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