IMEI One Barcode

Defined in framework ScanditLabelCapture

IMEIOneBarcode
open class IMEIOneBarcode : BarcodeField

Added in version 6.21.0

A specialized barcode field for capturing the first IMEI (International Mobile Equipment Identity) number from smart device labels. This predefined field type is optimized for recognizing IMEI barcodes typically found on mobile device packaging and labels.

init(name:)
init(name: String)

Added in version 6.21.0

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

field(withName:)
open class func field(withName name: String) -> Self

Added in version 6.21.0

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

init(name:symbologySettings:)
init(name: String, symbologySettings: Array<SymbologySettings>)

Added in version 6.21.0

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

field(withName:symbologySettings:)
open class func field(withName name: String, symbologySettings: Array<SymbologySettings>) -> Self

Added in version 6.21.0

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

init(name:symbologies:)
convenience init(name: String, symbologies: Set<Symbology>)

Added in version 6.21.0

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

init(name:symbology:)
init(name: String, symbology: Symbology)

Added in version 6.21.0

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

field(withName:symbology:)
open class func field(withName name: String, symbology: Symbology) -> Self

Added in version 6.21.0

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

field(name:symbologies:)
static func field(name: String, symbologies: Set<Symbology>) -> IMEIOneBarcode

Added in version 6.21.0

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