Package io.scanbot.sdk.ui
Interface ICameraViewCallback
-
- All Implemented Interfaces:
public interface ICameraViewCallbackBase callback interface class for Classical components View of the camera inside
-
-
Method Summary
Modifier and Type Method Description abstract UnitonPictureTaken(ByteArray image, CaptureInfo captureInfo)Invoked when picture is taken abstract UnitonCameraOpen()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
-
-
-
-