Scanbot SDK – Kotlin Multiplatform
Toggle table of contents
android
common
ios
Target filter
android
common
ios
Switch theme
Search in API
Skip to content
Scanbot SDK – Kotlin Multiplatform
kmp-barcode-sdk
/
io.scanbot.sdk.kmp.ui_v2.common
/
ScanbotColor
Scanbot
Color
android
common
ios
actual
class
ScanbotColor
(
colorString
:
String
,
isArgb
:
Boolean
)
expect
class
ScanbotColor
(
colorString
:
String
,
isArgb
:
Boolean
=
false
)
actual
class
ScanbotColor
(
colorString
:
String
,
isArgb
:
Boolean
)
Members
Constructors
Scanbot
Color
Link copied to clipboard
android
common
ios
actual
constructor
(
colorString
:
String
,
isArgb
:
Boolean
)
expect
constructor
(
colorString
:
String
,
isArgb
:
Boolean
=
false
)
actual
constructor
(
colorString
:
String
,
isArgb
:
Boolean
)
Properties
value
Link copied to clipboard
android
common
ios
actual
val
value
:
String
expect
val
value
:
String
actual
val
value
:
String
Functions
to
Json
Link copied to clipboard
android
common
ios
actual
fun
toJson
(
)
:
String
expect
fun
toJson
(
)
:
String
actual
fun
toJson
(
)
:
String