Package io.scanbot.sdk.ui
Interface ICameraViewCallback
-
- All Implemented Interfaces:
public interface ICameraViewCallback
Base callback interface class for Classical components View of the camera inside
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onPictureTaken(ByteArray image, CaptureInfo captureInfo)
Invoked when picture is taken abstract Unit
onCameraOpen()
Invoked when the camera was init successfully and preview is started -
-
Method Detail
-
onPictureTaken
abstract Unit onPictureTaken(ByteArray image, CaptureInfo captureInfo)
Invoked when picture is taken
-
onCameraOpen
abstract Unit onCameraOpen()
Invoked when the camera was init successfully and preview is started
-
-
-
-