Barcode Pick View Highlight Style Request

Defined in package com.scandit.datacapture.barcode.pick.ui

BarcodePickViewHighlightStyleRequest
class BarcodePickViewHighlightStyleRequest

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
val itemData: String

Added in version 6.22.0

The barcode data.

productIdentifier
val productIdentifier: String?

Added in version 6.22.0

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

state
val state: BarcodePickState

Added in version 6.22.0

The state of the the scanned item.

toJson()
fun toJson(): String

Added in version 6.23.0

Returns the JSON representation of the request.