Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.ui_v2.barcode.common.model
/
BarcodeFormattedData
/
BarcodeFormattedData
Barcode
Formatted
Data
constructor
(
uuid
:
String
,
title
:
String
,
subtitle
:
String
,
barcodeImage
:
String
?
=
null
,
barcodeImageBitmap
:
Bitmap
?
=
null
,
count
:
Int
=
1
,
expectedCount
:
Int
=
Int.MAX_VALUE
,
isLoading
:
Boolean
=
false
,
isError
:
Boolean
=
false
,
barcodeItem
:
BarcodeItem
?
=
null
,
timestamp
:
Long
?
=
null
)