Package io.scanbot.sdk.camera
Interface CameraOpenCallback
-
- All Implemented Interfaces:
public interface CameraOpenCallback
Called when camera is opened and ready for shooting
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
CameraOpenCallback.Companion
-
Method Summary
Modifier and Type Method Description abstract Unit
onCameraOpened()
Called when camera is opened and ready for shooting -
-
Method Detail
-
onCameraOpened
abstract Unit onCameraOpened()
Called when camera is opened and ready for shooting
-
-
-
-