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.configuration
/
BarcodeUseCase
Barcode
Use
Case
sealed
class
BarcodeUseCase
:
Parcelable
Configuration of the barcode scanner screen's behavior.
Inheritors
FindAndPickScanningMode
MultipleScanningMode
SingleScanningMode
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
_
type
Link copied to clipboard
abstract
val
_type
:
String
Functions
clone
Link copied to clipboard
abstract
fun
clone
(
)
:
BarcodeUseCase
to
Json
Link copied to clipboard
abstract
fun
toJson
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
JSONObject