ViewportStatusObserver

fun interface ViewportStatusObserver

Observer that gets notified whenever ViewportStatus changes.

See also

Functions

onViewportStatusChanged
Link copied to clipboard
abstract fun onViewportStatusChanged(from: ViewportStatus, to: ViewportStatus, reason: ViewportStatusChangeReason)

Called whenever ViewportStatus changes.