IMEI Two Barcode
Defined in package com.scandit.datacapture.label
- ImeiTwoBarcode
class ImeiTwoBarcode : BarcodeField
Added in version 6.21.0
A specialized barcode field for capturing the second IMEI (International Mobile Equipment Identity) number from smart device labels. This predefined field type is optimized for dual-SIM devices that have two IMEI numbers on their labels.
Use the builder pattern with ImeiTwoBarcodeBuilder for convenient configuration, or create instances directly using the various factory methods.
- patterns
@NonNull List<@NonNull String> getPatterns()
Added in version 6.21.0
The regex patterns that identify the target string in the scanned content.
- isOptional
booleanisOptional()Added in version 6.21.0
Whether the field is optional or mandatory. This is helpful when certain fields may not be present on every scan.
- numberOfMandatoryInstances
@Nullable Integer getNumberOfMandatoryInstances()
Added in version 7.6.0
The minimum number of instances of this field that must be captured for the label to be considered complete. This is useful for fields that may appear multiple times on a label, such as multiple serial numbers or repeated information.
- symbologies
@NonNull List<@NonNull SymbologySettings> getSymbologies()
Added in version 6.21.0
The symbologies for the field.