Scanbot SDK – Kotlin Multiplatform
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Scanbot SDK – Kotlin Multiplatform
kmp-barcode-sdk
/
io.scanbot.sdk.kmp.ui_v2.barcode.configuration
/
BarcodeScannerUiResult
Barcode
Scanner
Ui
Result
data
class
BarcodeScannerUiResult
(
val
selectedZoomFactor
:
Double
=
1.0
,
val
items
:
List
<
BarcodeScannerUiItem
>
=
listOf( )
)
:
AutoCloseable
Results of the barcode scan.
Members
Constructors
Barcode
Scanner
Ui
Result
Link copied to clipboard
constructor
(
selectedZoomFactor
:
Double
=
1.0
,
items
:
List
<
BarcodeScannerUiItem
>
=
listOf( )
)
constructor
(
source
:
Map
<
String
,
Any
?
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
items
Link copied to clipboard
val
items
:
List
<
BarcodeScannerUiItem
>
Scanned barcode items.
selected
Zoom
Factor
Link copied to clipboard
val
selectedZoomFactor
:
Double
Selected zoom factor for the camera.
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
to
Json
Link copied to clipboard
fun
toJson
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
JsonObject
to
Json
String
Link copied to clipboard
fun
toJsonString
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
String