toggle menu
scanbot-sdk-compose-multiplatform
common
switch theme
search in API
scanbot-sdk-compose-multiplatform
/
io.scanbot.sdk.compose.multiplatform.configuration
/
BarcodeScannerResult
Barcode
Scanner
Result
data
class
BarcodeScannerResult
(
var
items
:
List
<
BarcodeItem
>
=
listOf( )
)
Results of the barcode scan.
Members
Constructors
Barcode
Scanner
Result
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JsonObject
)
constructor
(
items
:
List
<
BarcodeItem
>
=
listOf( )
)
Properties
items
Link copied to clipboard
var
items
:
List
<
BarcodeItem
>
Recognized barcode items.
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
JsonObject