IMEI Two Barcode

Defined in library scandit_datacapture_label

ImeiTwoBarcode
class ImeiTwoBarcode : BarcodeField

Added in version 7.2.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.

ImeiTwoBarcode.initWithNameAndSymbologySettings(name, symbologySettings)
factory ImeiTwoBarcode.initWithNameAndSymbologySettings(
        String name,
        List<SymbologySettings> symbologySettings)

Added in version 7.2.0

Builds a new instance of this class with the provided name.

ImeiTwoBarcode.initWithNameAndSymbologies(name, symbologies)
factory ImeiTwoBarcode.initWithNameAndSymbologies(
        String name,
        Set<Symbology> symbologies)

Added in version 7.2.0

Builds a new instance of this class with the provided name.

ImeiTwoBarcode.initWithNameAndSymbology(name, symbology)
factory ImeiTwoBarcode.initWithNameAndSymbology(
        String name,
        Symbology symbology)

Added in version 7.2.0

Builds a new instance of this class with the provided name.

name
String get name

Added in version 7.2.0

The name of the field.

valueRegexes
List<String> get valueRegexes

Added in version 8.0.0

The regexes that identify the target string in the scanned content.

isOptional
bool get isOptional

Added in version 7.2.0

Whether the field is optional or mandatory. This is helpful when certain fields may not be present on every scan.

symbologies
List<SymbologySettings> get symbologies

Added in version 7.2.0

The symbologies for the field.