Barcode Pick View Highlight Style Response
Defined in framework ScanditBarcodeCapture
Note
Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.
- SDCBarcodePickViewHighlightStyleResponse
@interface SDCBarcodePickViewHighlightStyleResponse : NSObject
Added in version 7.0.0
Create this object to respond to highlight style queries.
- - initWithBrush:icon:statusIconStyle:
- (
instancetype
)initWithBrush:(nullable SDCBrush *)brush icon:(nullable UIImage *)icon statusIconStyle:(nullable SDCBarcodePickStatusIconStyle *)statusIconStyleAdded in version 7.0.0
Constructs a new instance with the passed brush and icon.
- - initWithBrush:selectedBrush:icon:selectedIcon:statusIconStyle:
- (
instancetype
)initWithBrush:(nullable SDCBrush *)brush selectedBrush:(nullable SDCBrush *)selectedBrush icon:(nullable UIImage *)icon selectedIcon:(nullable UIImage *)selectedIcon statusIconStyle:(nullable SDCBarcodePickStatusIconStyle *)statusIconStyleAdded in version 7.0.0
Constructs a new instance with the passed brushes and icons.
- SDCBarcodePickStatusIconStyle
@interface SDCBarcodePickStatusIconStyle : NSObject
Added in version 6.23.0
This holds the style data for the status icons.
- + statusIconStyleWithIcon:text:
+ (
instancetype
)statusIconStyleWithIcon:(UIImage *)icon text:(NSString *)textAdded in version 6.23.0
Constructs a new instance that will display the provided icon and text.
- + statusIconStyleWithIconColor:iconBackgroundColor:text:
+ (
instancetype
)statusIconStyleWithIconColor:(UIColor *)iconColor iconBackgroundColor:(UIColor *)iconBackgroundColor text:(NSString *)textAdded in version 6.23.0
Constructs a new instance that will display the default icon, an exclamation mark. The icon will be customized with the provided colors.