Note

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

Scanned Item

Defined in package com.scandit.datacapture.barcode

ScannedItem
class ScannedItem

Added in version 8.6.0

A scanned item in the item-based scanning APIs that represents a collection of related scan components. A scanned item can contain multiple barcode and text components that are logically grouped together.

This class provides access to all the individual ScannedComponent objects that make up the item, as well as convenient methods to retrieve specific components by their identifiers.

identifier
val identifier: ScanItemIdentifier

Added in version 8.6.0

The unique identifier for this scanned item. May be null if the item doesn’t have a specific identifier.

components
val components: List<ScannedComponent>

Added in version 8.6.0

An array of all scan components that make up this item. Components can be either ScannedBarcode or ScannedText objects.