CameraChangedCallback

This event is emitted whenever the visible viewport changes its size due to the invocation of the `setSize` and `setBounds` methods or when the camera is modified by calling camera methods. The event is emitted synchronously so that an updated camera state can be fetched immediately.

See also

Functions

Link copied to clipboard
abstract fun run(@NonNull cameraChanged: CameraChanged)