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.barcode
/
BarcodeDocumentFormats
/
Companion
Companion
object
Companion
Members
Properties
all
Link copied to clipboard
val
all
:
List
<
BarcodeDocumentFormat
>
All barcode document formats.
document
Barcode
Formats
Link copied to clipboard
val
documentBarcodeFormats
:
Map
<
BarcodeDocumentFormat
,
List
<
BarcodeFormat
>
>
Barcode types that are used to encode documents.
Functions
default
Link copied to clipboard
fun
default
(
)
:
BarcodeDocumentFormats
from
Json
Link copied to clipboard
fun
fromJson
(
jsonString
:
String
)
:
BarcodeDocumentFormats