Note
This API is still in beta and may change in future versions of Scandit Data Capture SDK.
Scan Item Definition
Defined in package com.scandit.datacapture.barcode
- ScanItemDefinition
class ScanItemDefinitionAdded in version 8.6.0
A definition for a target scan item in the item-based scanning APIs that represents a collection of related scan components. A scan item definition can contain multiple barcode and text components that are logically grouped together.
- identifier
val identifier: ScanItemIdentifier
Added in version 8.6.0
The unique identifier for this scanned item.
- components
val components: List<ScanComponentDefinition>
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.