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