BarcodeScanFlowResult

Result of a barcode scanning operation.

Constructors

Link copied to clipboard
constructor(codes: List<Barcode>)

Properties

Link copied to clipboard

The detected barcodes containing their decoded values and types. This property provides access to an array of detected codes, each containing both the string content and format type (e.g., QR code, Code 128, EAN-13, etc.).