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.barcode
/
BarcodeFormats
Barcode
Formats
class
BarcodeFormats
:
Parcelable
Lists of barcode formats to decode.
Members
Constructors
Barcode
Formats
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JSONObject
)
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
clone
Link copied to clipboard
fun
clone
(
)
:
BarcodeFormats
to
Json
Link copied to clipboard
fun
toJson
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
JSONObject