Barcode Pick Icon Style
Note
Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.
Defined in framework ScanditBarcodeCapture
- SDCBarcodePickIconStyle
Added in version 6.19.0
The possible icon styles for the highlight styles that support it.
- SDCBarcodePickIconStylePreset1
Added in version 6.19.0
Default icon style. The items to pick will be marked with a “cart” icon. The picked items will be marked with a checkmark.
- SDCBarcodePickIconStylePreset2
Added in version 6.19.0
The items to pick will be marked with a “plus” icon. The picked items will be marked with a checkmark.
- SDCBarcodePickIconStyleToString(style)
NSString *_Nonnull SDCBarcodePickIconStyleToString(SDCBarcodePickIconStyle style)
Added in version 6.19.0
Deprecated since version 6.26.0: This function will be removed in the future.
- SDCBarcodePickIconStyleFromString(value, style)
BOOL
SDCBarcodePickIconStyleFromString(NSString *_Nonnull value, SDCBarcodePickIconStyle *_Nonnull style)Added in version 6.19.0
Deprecated since version 6.26.0: This function will be removed in the future.