remove Status Observer
abstract fun removeStatusObserver(viewportStatusObserver: ViewportStatusObserver)
Content copied to clipboard
Unsubscribes ViewportStatusObserver from ViewportPlugin.status changes.
This causes ViewportPlugin to release its strong reference to the observer. Removing an observer that is not subscribed has no effect.
See also
Parameters
viewport Status Observer
the observer that should no longer be notified when the ViewportPlugin.status changes.