ViewportStatusObserver

fun fun interface ViewportStatusObserver

Observer that gets notified whenever ViewportStatus changes.

See also

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onViewportStatusChanged
Link copied to clipboard
abstract fun onViewportStatusChanged(from: ViewportStatus, to: ViewportStatus, reason: ViewportStatusChangeReason)
Called whenever ViewportStatus changes.
toString
Link copied to clipboard
open fun toString(): String