Barcode Count Toolbar Settings
Defined in framework ScanditBarcodeCapture
- BarcodeCountToolbarSettings
open class BarcodeCountToolbarSettings : NSObject
Added in version 6.16.0
- init()
init()
Added in version 6.16.0
Creates an instance of BarcodeCountToolbarSettings.
- audioOnButtonText
open var audioOnButtonText: String? { get, set }
Added in version 6.16.0
If populated sets the text of the audio setting button when in “on” state. Otherwise a default “Audio on” value will be used.
- audioOffButtonText
open var audioOffButtonText: String? { get, set }
Added in version 6.16.0
If populated sets the text of the audio setting button when in “off” state. Otherwise a default “Audio off” value will be used.
- audioButtonAccessibilityHint
open var audioButtonAccessibilityHint: String? { get, set }
Added in version 6.16.0
If populated sets the accessibility hint of the audio setting button. Otherwise a default “Audio” value will be used.
- audioButtonAccessibilityLabel
open var audioButtonAccessibilityLabel: String? { get, set }
Added in version 6.16.0
If populated sets the accessibility label of the audio setting button. Otherwise a default “Audio” value will be used.
- vibrationOnButtonText
open var vibrationOnButtonText: String? { get, set }
Added in version 6.16.0
If populated sets the text of the vibration setting button when in “on” state. Otherwise a default “Haptic on” value will be used.
- vibrationOffButtonText
open var vibrationOffButtonText: String? { get, set }
Added in version 6.16.0
If populated sets the text of the vibration setting button when in “off” state. Otherwise a default “Haptic off” value will be used.
- vibrationButtonAccessibilityHint
open var vibrationButtonAccessibilityHint: String? { get, set }
Added in version 6.16.0
If populated sets the accessibility hint of the vibration setting button. Otherwise a default “Vibration” value will be used.
- vibrationButtonAccessibilityLabel
open var vibrationButtonAccessibilityLabel: String? { get, set }
Added in version 6.16.0
If populated sets the accessibility label of the vibration setting button. Otherwise a default “Vibration” value will be used.
- strapModeOnButtonText
open var strapModeOnButtonText: String? { get, set }
Added in version 6.16.0
If populated sets the text of the strap mode setting button when in “on” state. Otherwise a default “Strap mode” value will be used.
- strapModeOffButtonText
open var strapModeOffButtonText: String? { get, set }
Added in version 6.16.0
If populated sets the text of the strap mode setting button when in “off” state. Otherwise a default “Strap mode” value will be used.
- strapModeButtonAccessibilityHint
open var strapModeButtonAccessibilityHint: String? { get, set }
Added in version 6.16.0
If populated sets the accessibility hint of the strap mode setting button. Otherwise a default “Strap mode” value will be used.
- strapModeButtonAccessibilityLabel
open var strapModeButtonAccessibilityLabel: String? { get, set }
Added in version 6.16.0
If populated sets the accessibility label of the strap mode setting button. Otherwise a default “Strap mode” value will be used.
- colorSchemeOnButtonText
open var colorSchemeOnButtonText: String? { get, set }
Added in version 6.16.0
Deprecated since version 8.6: The alternative color scheme is deprecated and will be removed in a future release. The default color scheme now provides an accessible appearance.
If populated sets the text of the color scheme setting button when in “on” state. Otherwise a default “Color scheme” value will be used.
- colorSchemeOffButtonText
open var colorSchemeOffButtonText: String? { get, set }
Added in version 6.16.0
Deprecated since version 8.6: The alternative color scheme is deprecated and will be removed in a future release. The default color scheme now provides an accessible appearance.
If populated sets the text of the color scheme setting button when in “off” state. Otherwise a default “Color scheme” value will be used.
- colorSchemeButtonAccessibilityHint
open var colorSchemeButtonAccessibilityHint: String? { get, set }
Added in version 6.16.0
Deprecated since version 8.6: The alternative color scheme is deprecated and will be removed in a future release. The default color scheme now provides an accessible appearance.
If populated sets the accessibility hint of the color scheme setting button. Otherwise a default “Color scheme” value will be used.
- colorSchemeButtonAccessibilityLabel
open var colorSchemeButtonAccessibilityLabel: String? { get, set }
Added in version 6.16.0
Deprecated since version 8.6: The alternative color scheme is deprecated and will be removed in a future release. The default color scheme now provides an accessible appearance.
If populated sets the accessibility label of the color scheme setting button. Otherwise a default “Color scheme” value will be used.