OnCameraAnimationListener

Listener for camera animation completion events.

Provides callbacks when a camera animation finishes normally or is cancelled.

Functions

Link copied to clipboard
abstract fun onCancel()

Called when the camera animation is cancelled before completion.

Link copied to clipboard
abstract fun onFinish()

Called when the camera animation completes successfully.