BarcodeScannerUiResult

data class BarcodeScannerUiResult(val selectedZoomFactor: Double = 1.0, val items: List<BarcodeScannerUiItem> = listOf( )) : AutoCloseable, Parcelable

Results of the barcode scan.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(selectedZoomFactor: Double = 1.0, items: List<BarcodeScannerUiItem> = listOf( ))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Scanned barcode items.

Link copied to clipboard

Selected zoom factor for the camera.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun close()
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject