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