Barcode Pick View Highlight Style Response

Defined in namespace Scandit.DataCapture.Barcode.Pick.UI

Note

Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.

BarcodePickViewHighlightStyleResponse
class BarcodePickViewHighlightStyleResponse

Added in version 6.26.0

Create this object to respond to highlight style queries.

BarcodePickViewHighlightStyleResponse()
BarcodePickViewHighlightStyleResponse(Brush brush, UIImage icon, BarcodePickStatusIconStyle statusIconStyle)

Added in version 6.26.0

Constructs a new instance with the passed brush and icon.

BarcodePickStatusIconStyle
abstract class BarcodePickStatusIconStyle

Added in version 6.26.0

This holds the style data for the status icons.

WithIcon()
static BarcodePickStatusIconStyle WithIcon(UIImage icon, string text)

Added in version 6.26.0

Constructs a new instance that will display the provided icon and text.

WithColors()
static BarcodePickStatusIconStyle WithColors(UIColor iconColor, UIColor iconBackgroundColor, string text)

Added in version 6.26.0

Constructs a new instance that will display the default icon, an exclamation mark. The icon will be customized with the provided colors.