Android Scanbot Barcode SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK API reference
Android Scanbot Barcode SDK API reference
/
io.scanbot.sdk.ui_v2.barcode.common.model
/
ManualEditDialogData
Manual
Edit
Dialog
Data
data
class
ManualEditDialogData
(
val
uuid
:
String
,
val
count
:
Int
,
val
maxCount
:
Int
=
Int.MAX_VALUE
)
Members
Constructors
Manual
Edit
Dialog
Data
Link copied to clipboard
constructor
(
uuid
:
String
,
count
:
Int
,
maxCount
:
Int
=
Int.MAX_VALUE
)
Properties
count
Link copied to clipboard
val
count
:
Int
max
Count
Link copied to clipboard
val
maxCount
:
Int
uuid
Link copied to clipboard
val
uuid
:
String