BarcodeUseCase

sealed class BarcodeUseCase : Parcelable

Configuration of the barcode scanner screen's behavior.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val _type: String

Functions

Link copied to clipboard
abstract fun clone(): BarcodeUseCase
Link copied to clipboard
abstract fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject