BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-camera
/
com.microblink.camera.hardware.camera
/
AutofocusListener
Autofocus
Listener
interface
AutofocusListener
Inheritors
CameraListener
BaseCameraEventsListener
Members
Functions
on
Autofocus
Failed
Link copied to clipboard
abstract
fun
onAutofocusFailed
(
)
This method will be called when camera focusing has failed.
on
Autofocus
Started
Link copied to clipboard
abstract
fun
onAutofocusStarted
(
@
Nullable
focusAreas
:
Array
<
Rect
>
)
This method will be called when camera focusing has started.
on
Autofocus
Stopped
Link copied to clipboard
abstract
fun
onAutofocusStopped
(
@
Nullable
focusAreas
:
Array
<
Rect
>
)
This method will be called when camera focusing has stopped.