Barcode Pick View Highlight Style Request
Defined in framework ScanditBarcodeCapture
Note
Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.
- SDCBarcodePickHighlightStyleRequest
@interface SDCBarcodePickHighlightStyleRequest : NSObject
Added in version 6.22.0
This class encapsulates a style request for an highlight. It provides the item data, the product identifier if already mapped and the state.
- itemData
@property (nonatomic, strong, readonly) NSString *itemData
Added in version 6.22.0
The barcode data.
- productIdentifier
@property (nonatomic, strong, nullable, readonly) NSString *productIdentifier
Added in version 6.22.0
The item data that was provided during the mapping, if available.
- state
@property (nonatomic, assign, readonly) SDCBarcodePickState state
Added in version 6.22.0
The state of the the scanned item.