Note

The Barcode Count status mode API is still in beta and may change in future versions of Scandit Data Capture SDK.

Barcode Count Status Item

Defined in framework ScanditBarcodeCapture

BarcodeCountStatusItem
open class BarcodeCountStatusItem : NSObject

Added in version 6.17.0

A class that stores a TrackedBarcode alongside its associated status.

init
init(barcode: TrackedBarcode, status: BarcodeCountStatus)

Added in version 6.17.0

Constructs a new barcode count status item with a status.

init
init(barcode: TrackedBarcode, icon: ScanditIcon?)

Added in version 8.5.0

Constructs a new barcode count status item with an icon. Pass nil for the icon to indicate that the barcode should not show any icon.

barcode
open var barcode: TrackedBarcode { get }

Added in version 6.17.0

The tracked barcode.

status
open var status: BarcodeCountStatus { get }

Added in version 6.17.0

The status associated to the barcode.

icon
open var icon: ScanditIcon? { get }

Added in version 8.5.0

The icon associated to the barcode.