OnReframeFinished

fun fun interface OnReframeFinished

Interface invoked after reframe calculations are finished which provides valid CameraOptions object

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onReframeFinished
Link copied to clipboard
abstract fun onReframeFinished(cameraOptions: CameraOptions?)
Callback method to return the CameraOptions object.
toString
Link copied to clipboard
open fun toString(): String