Barcode Count Not In List Action Settings

Defined in framework ScanditBarcodeCapture

SDCBarcodeCountNotInListActionSettings
@interface SDCBarcodeCountNotInListActionSettings : NSObject

Added in version 6.28.0

enabled
@property (nonatomic, assign) BOOL enabled

Added in version 6.28.0

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

acceptButtonText
@property (nonatomic, strong) NSString *acceptButtonText

Added in version 6.28.0

The text for the label associated with the accept button.

acceptButtonAccessibilityLabel
@property (nonatomic, strong) NSString *acceptButtonAccessibilityLabel

Added in version 6.28.0

The accept button accessibility label.

acceptButtonAccessibilityHint
@property (nonatomic, strong) NSString *acceptButtonAccessibilityHint

Added in version 6.28.0

The accept button accessibility hint.

rejectButtonText
@property (nonatomic, strong) NSString *rejectButtonText

Added in version 6.28.0

The text for the label associated with the reject button.

rejectButtonAccessibilityLabel
@property (nonatomic, strong) NSString *rejectButtonAccessibilityLabel

Added in version 6.28.0

The reject button accessibility label.

rejectButtonAccessibilityHint
@property (nonatomic, strong) NSString *rejectButtonAccessibilityHint

Added in version 6.28.0

The reject button accessibility hint.

cancelButtonText
@property (nonatomic, strong) NSString *cancelButtonText

Added in version 6.28.0

The text for the label associated with the cancel button.

cancelButtonAccessibilityLabel
@property (nonatomic, strong) NSString *cancelButtonAccessibilityLabel

Added in version 6.28.0

The cancel button accessibility label.

cancelButtonAccessibilityHint
@property (nonatomic, strong) NSString *cancelButtonAccessibilityHint

Added in version 6.28.0

The cancel button accessibility hint.

barcodeAcceptedHint
@property (nonatomic, strong) NSString *barcodeAcceptedHint

Added in version 6.28.0

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

barcodeRejectedHint
@property (nonatomic, strong) NSString *barcodeRejectedHint

Added in version 6.28.0

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