-
- All Implemented Interfaces:
-
io.scanbot.sdk.camera.BasePictureCallback
public abstract class PictureCallback implements BasePictureCallback
Invoked when picture is taken
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPictureCallback.Companion
-
Constructor Summary
Constructors Constructor Description PictureCallback()
-
Method Summary
Modifier and Type Method Description abstract UnitonPictureTaken(ByteArray image, Integer imageOrientation)Invoked when picture is taken UnitonPictureTakenInternal(ByteArray image, Integer imageOrientation, List<PointF> finderRect)Invoked when picture is taken -
-
Method Detail
-
onPictureTaken
abstract Unit onPictureTaken(ByteArray image, Integer imageOrientation)
Invoked when picture is taken
-
-
-
-