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
Create 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 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 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 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 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 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 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 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 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 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 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 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 value will be used.
- colorSchemeOnButtonText
open var colorSchemeOnButtonText: String? { get, set }
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
open var colorSchemeOffButtonText: String? { get, set }
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.