Barcode Count Not In List Action Settings

Defined in framework ScanditBarcodeCapture

BarcodeCountNotInListActionSettings
open class BarcodeCountNotInListActionSettings : NSObject

Added in version 6.28.0

init
init()

Added in version 7.0.0

Build a new instance of this class, with default values.

enabled
open var enabled: Bool { get, set }

Added in version 6.28.0

Use this property to enable the not in list actions. Defaults to false.

acceptButtonText
open var acceptButtonText: String { get, set }

Added in version 6.28.0

The text for the label associated with the accept button.

acceptButtonAccessibilityLabel
open var acceptButtonAccessibilityLabel: String { get, set }

Added in version 6.28.0

The accept button accessibility label.

acceptButtonAccessibilityHint
open var acceptButtonAccessibilityHint: String { get, set }

Added in version 6.28.0

The accept button accessibility hint.

rejectButtonText
open var rejectButtonText: String { get, set }

Added in version 6.28.0

The text for the label associated with the reject button.

rejectButtonAccessibilityLabel
open var rejectButtonAccessibilityLabel: String { get, set }

Added in version 6.28.0

The reject button accessibility label.

rejectButtonAccessibilityHint
open var rejectButtonAccessibilityHint: String { get, set }

Added in version 6.28.0

The reject button accessibility hint.

cancelButtonText
open var cancelButtonText: String { get, set }

Added in version 6.28.0

The text for the label associated with the cancel button.

cancelButtonAccessibilityLabel
open var cancelButtonAccessibilityLabel: String { get, set }

Added in version 6.28.0

The cancel button accessibility label.

cancelButtonAccessibilityHint
open var cancelButtonAccessibilityHint: String { get, set }

Added in version 6.28.0

The cancel button accessibility hint.

barcodeAcceptedHint
open var barcodeAcceptedHint: String { get, set }

Added in version 6.28.0

The text for the hint that will be shown when a barcode is accepted.

barcodeRejectedHint
open var barcodeRejectedHint: String { get, set }

Added in version 6.28.0

The text for the hint that will be shown when a barcode is rejected.