Barcode Count Toolbar Settings
Defined in framework ScanditBarcodeCapture
- SDCBarcodeCountToolbarSettings
@interface SDCBarcodeCountToolbarSettings : NSObject
Added in version 6.16.0
- audioOnButtonText
@property (nonatomic, strong, nullable) NSString *audioOnButtonText
Added in version 6.16.0
If populated sets the text of the audio setting button when in “on” state. Otherwise a default value will be used.
- audioOffButtonText
@property (nonatomic, strong, nullable) NSString *audioOffButtonText
Added in version 6.16.0
If populated sets the text of the audio setting button when in “off” state. Otherwise a default value will be used.
- audioButtonAccessibilityHint
@property (nonatomic, strong, nullable) NSString *audioButtonAccessibilityHint
Added in version 6.16.0
If populated sets the accessibility hint of the audio setting button. Otherwise a default value will be used.
- audioButtonAccessibilityLabel
@property (nonatomic, strong, nullable) NSString *audioButtonAccessibilityLabel
Added in version 6.16.0
If populated sets the accessibility label of the audio setting button. Otherwise a default value will be used.
- vibrationOnButtonText
@property (nonatomic, strong, nullable) NSString *vibrationOnButtonText
Added in version 6.16.0
If populated sets the text of the vibration setting button when in “on” state. Otherwise a default value will be used.
- vibrationOffButtonText
@property (nonatomic, strong, nullable) NSString *vibrationOffButtonText
Added in version 6.16.0
If populated sets the text of the vibration setting button when in “off” state. Otherwise a default value will be used.
- vibrationButtonAccessibilityHint
@property (nonatomic, strong, nullable) NSString *vibrationButtonAccessibilityHint
Added in version 6.16.0
If populated sets the accessibility hint of the vibration setting button. Otherwise a default value will be used.
- vibrationButtonAccessibilityLabel
@property (nonatomic, strong, nullable) NSString *vibrationButtonAccessibilityLabel
Added in version 6.16.0
If populated sets the accessibility label of the vibration setting button. Otherwise a default value will be used.
- strapModeOnButtonText
@property (nonatomic, strong, nullable) NSString *strapModeOnButtonText
Added in version 6.16.0
If populated sets the text of the strap mode setting button when in “on” state. Otherwise a default value will be used.
- strapModeOffButtonText
@property (nonatomic, strong, nullable) NSString *strapModeOffButtonText
Added in version 6.16.0
If populated sets the text of the strap mode setting button when in “off” state. Otherwise a default value will be used.
- strapModeButtonAccessibilityHint
@property (nonatomic, strong, nullable) NSString *strapModeButtonAccessibilityHint
Added in version 6.16.0
If populated sets the accessibility hint of the strap mode setting button. Otherwise a default value will be used.
- strapModeButtonAccessibilityLabel
@property (nonatomic, strong, nullable) NSString *strapModeButtonAccessibilityLabel
Added in version 6.16.0
If populated sets the accessibility label of the strap mode setting button. Otherwise a default value will be used.
- colorSchemeOnButtonText
@property (nonatomic, strong, nullable) NSString *colorSchemeOnButtonText
Added in version 6.16.0
If populated sets the text of the color scheme setting button when in “on” state. Otherwise a default value will be used.
- colorSchemeOffButtonText
@property (nonatomic, strong, nullable) NSString *colorSchemeOffButtonText
Added in version 6.16.0
If populated sets the text of the color scheme setting button when in “off” state. Otherwise a default value will be used.