toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui
/
io.snabble.sdk.ui.scanner
/
BarcodeDetector
Barcode
Detector
interface
BarcodeDetector
Inheritors
ZXingBarcodeDetector
Members
Functions
detect
Link copied to clipboard
abstract
fun
detect
(
data
:
Array
<
Byte
>
,
width
:
Int
,
height
:
Int
,
bitsPerPixel
:
Int
,
detectionRect
:
Rect
,
displayOrientation
:
Int
)
:
Barcode
reset
Link copied to clipboard
abstract
fun
reset
(
)
setup
Link copied to clipboard
abstract
fun
setup
(
barcodeFormats
:
List
<
BarcodeFormat
>
)