Note

This API is still in beta and may change in future versions of Scandit Data Capture SDK.

Scanned Barcode

Defined in package com.scandit.datacapture.barcode

ScannedBarcode
class ScannedBarcode : ScannedComponent

Added in version 8.6.0

A scanned barcode component in the item-based scanning APIs. This class represents a detected and decoded barcode with all its associated data and metadata.

ScannedBarcode implements the ScannedComponent protocol, providing a unique identifier and location information, along with barcode-specific properties such as symbology, payload data, and decoding metadata.

identifier
val identifier: ScannedComponentIdentifier

Added in version 8.6.0

The unique identifier for this instance of the barcode component.

barcode
val barcode: Barcode

Added in version 8.6.0

The underlying decoded Barcode for this scanned component.