ViewportStatusObserver

@_spi(Experimental)
public protocol ViewportStatusObserver : AnyObject

ViewportStatusObserver must be implemented by objects that wish to register themselves using addStatusObserver(_:) so that they can observe status changes.

See also

addStatusObserver(_:) for an important note about how these notifications are delivered asynchronously.