AutofocusListener

Functions

Link copied to clipboard
abstract fun onAutofocusFailed()
This method will be called when camera focusing has failed.
Link copied to clipboard
abstract fun onAutofocusStarted(@Nullable focusAreas: Array<Rect>)
This method will be called when camera focusing has started.
Link copied to clipboard
abstract fun onAutofocusStopped(@Nullable focusAreas: Array<Rect>)
This method will be called when camera focusing has stopped.