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.

BarcodePickHighlightStyleRequest
open class BarcodePickHighlightStyleRequest : 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
open var itemData: String { get }

Added in version 6.22.0

The barcode data.

productIdentifier
open var productIdentifier: String? { get }

Added in version 6.22.0

The item data that was provided during the mapping, if available.

state
open var state: BarcodePickState { get }

Added in version 6.22.0

The state of the the scanned item.

jsonString
open var jsonString: String { get }

Added in version 6.22.0

Returns the JSON representation of the request.