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.

Default value is “Accept”.

acceptButtonAccessibilityLabel
open var acceptButtonAccessibilityLabel: String { get, set }

Added in version 6.28.0

The accept button accessibility label.

Default value is “Accept barcode button”.

acceptButtonAccessibilityHint
open var acceptButtonAccessibilityHint: String { get, set }

Added in version 6.28.0

The accept button accessibility hint.

Default value is “Accept barcode button”.

rejectButtonText
open var rejectButtonText: String { get, set }

Added in version 6.28.0

The text for the label associated with the reject button.

Default value is “Reject”.

rejectButtonAccessibilityLabel
open var rejectButtonAccessibilityLabel: String { get, set }

Added in version 6.28.0

The reject button accessibility label.

Default value is “Reject barcode button”.

rejectButtonAccessibilityHint
open var rejectButtonAccessibilityHint: String { get, set }

Added in version 6.28.0

The reject button accessibility hint.

Default value is “Reject barcode button”.

cancelButtonText
open var cancelButtonText: String { get, set }

Added in version 6.28.0

The text for the label associated with the cancel button.

Default value is “Cancel”.

cancelButtonAccessibilityLabel
open var cancelButtonAccessibilityLabel: String { get, set }

Added in version 6.28.0

The cancel button accessibility label.

Default value is “Cancel popover button”.

cancelButtonAccessibilityHint
open var cancelButtonAccessibilityHint: String { get, set }

Added in version 6.28.0

The cancel button accessibility hint.

Default value is “Cancel popover button”.

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.

Default value is “Item 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.

Default value is “Item rejected”.