Barcode Count Toolbar Settings
Defined in package com.scandit.datacapture.barcode.count.ui
- BarcodeCountToolbarSettings
class BarcodeCountToolbarSettingsAdded in version 8.6.0
- BarcodeCountToolbarSettings()
BarcodeCountToolbarSettings()Added in version 8.6.0
Creates an instance of BarcodeCountToolbarSettings.
- audioOnButtonText
var audioOnButtonText: String?
Added in version 8.6.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
var audioOffButtonText: String?
Added in version 8.6.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
var audioButtonAccessibilityHint: String
Added in version 8.6.0
If populated sets the accessibility hint of the audio setting button. Otherwise a default “Audio” value will be used.
- audioButtonAccessibilityLabel
var audioButtonAccessibilityLabel: String
Added in version 8.6.0
If populated sets the accessibility label of the audio setting button. Otherwise a default “Audio” value will be used.
- vibrationOnButtonText
var vibrationOnButtonText: String?
Added in version 8.6.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
var vibrationOffButtonText: String?
Added in version 8.6.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
var vibrationButtonAccessibilityHint: String
Added in version 8.6.0
If populated sets the accessibility hint of the vibration setting button. Otherwise a default “Vibration” value will be used.
- vibrationButtonAccessibilityLabel
var vibrationButtonAccessibilityLabel: String
Added in version 8.6.0
If populated sets the accessibility label of the vibration setting button. Otherwise a default “Vibration” value will be used.
- strapModeOnButtonText
var strapModeOnButtonText: String?
Added in version 8.6.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
var strapModeOffButtonText: String?
Added in version 8.6.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
var strapModeButtonAccessibilityHint: String
Added in version 8.6.0
If populated sets the accessibility hint of the strap mode setting button. Otherwise a default “Strap mode” value will be used.
- strapModeButtonAccessibilityLabel
var strapModeButtonAccessibilityLabel: String
Added in version 8.6.0
If populated sets the accessibility label of the strap mode setting button. Otherwise a default “Strap mode” value will be used.
- colorSchemeOnButtonText
var colorSchemeOnButtonText: String?
Added in version 8.6.0
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
var colorSchemeOffButtonText: String?
Added in version 8.6.0
If populated sets the text of the color scheme setting button when in “off” state. Otherwise a default “Color scheme” value will be used.