Android Scanbot Barcode SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK API reference
Android Scanbot Barcode SDK API reference
/
io.scanbot.sdk.camera
/
PictureCallback
Picture
Callback
abstract
class
PictureCallback
:
BasePictureCallback
Invoked when picture is taken
Members
Constructors
Picture
Callback
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
on
Picture
Taken
Link copied to clipboard
abstract
fun
onPictureTaken
(
image
:
ByteArray
,
captureInfo
:
CaptureInfo
)
Invoked when picture is taken
on
Picture
Taken
Internal
Link copied to clipboard
open
override
fun
onPictureTakenInternal
(
image
:
ByteArray
,
imageOrientation
:
Int
,
finderRect
:
List
<
PointF
>
,
isCapturedAutomatically
:
Boolean
)
Invoked when picture is taken