Viewport Status Observer
fun fun interface ViewportStatusObserver
Content copied to clipboard
Observer that gets notified whenever ViewportStatus changes.
See also
Functions
onViewportStatusChanged
Link copied to clipboard
abstract fun onViewportStatusChanged(from: ViewportStatus, to: ViewportStatus, reason: ViewportStatusChangeReason)
Content copied to clipboard
Called whenever ViewportStatus changes.