Barcode Count Not In List Action Settings

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

BarcodeCountNotInListActionSettings
class BarcodeCountNotInListActionSettings

Added in version 8.6.0

BarcodeCountNotInListActionSettings()
BarcodeCountNotInListActionSettings()

Added in version 8.6.0

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

enabled
var enabled: Boolean

Added in version 8.6.0

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

acceptButtonText
var acceptButtonText: String

Added in version 8.6.0

The text for the label associated with the accept button.

Default value is “Accept”.

acceptButtonAccessibilityLabel
var acceptButtonAccessibilityLabel: String

Added in version 8.6.0

The accept button accessibility label.

Default value is “Accept barcode button”.

acceptButtonAccessibilityHint
var acceptButtonAccessibilityHint: String

Added in version 8.6.0

The accept button accessibility hint.

Default value is “Accept barcode button”.

rejectButtonText
var rejectButtonText: String

Added in version 8.6.0

The text for the label associated with the reject button.

Default value is “Reject”.

rejectButtonAccessibilityLabel
var rejectButtonAccessibilityLabel: String

Added in version 8.6.0

The reject button accessibility label.

Default value is “Reject barcode button”.

rejectButtonAccessibilityHint
var rejectButtonAccessibilityHint: String

Added in version 8.6.0

The reject button accessibility hint.

Default value is “Reject barcode button”.

cancelButtonText
var cancelButtonText: String

Added in version 8.6.0

The text for the label associated with the cancel button.

Default value is “Cancel”.

cancelButtonAccessibilityLabel
var cancelButtonAccessibilityLabel: String

Added in version 8.6.0

The cancel button accessibility label.

Default value is “Cancel popover button”.

cancelButtonAccessibilityHint
var cancelButtonAccessibilityHint: String

Added in version 8.6.0

The cancel button accessibility hint.

Default value is “Cancel popover button”.

barcodeAcceptedHint
var barcodeAcceptedHint: String

Added in version 8.6.0

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

Default value is “Item accepted”.

barcodeRejectedHint
var barcodeRejectedHint: String

Added in version 8.6.0

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

Default value is “Item rejected”.