Barcode Count Toolbar Settings
Defined in package com.scandit.datacapture.barcode.count.ui.view
- BarcodeCountToolbarSettings
class BarcodeCountToolbarSettingsAdded in version 6.16.0
- BarcodeCountToolbarSettings()
BarcodeCountToolbarSettings()Added in version 6.16.0
Creates an instance of BarcodeCountToolbarSettings.
- audioOnButtonText
var audioOnButtonText: String?
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
var audioOffButtonText: String?
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.
- audioButtonContentDescription
var audioButtonContentDescription: String?
Added in version 6.16.0
If populated sets the content description of the audio setting button. Otherwise a default “Audio” value will be used.
- vibrationOnButtonText
var vibrationOnButtonText: String?
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
var vibrationOffButtonText: String?
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.
- vibrationButtonContentDescription
var vibrationButtonContentDescription: String?
Added in version 6.16.0
If populated sets the content description of the vibration setting button. Otherwise a default “Vibration” value will be used.
- strapModeOnButtonText
var strapModeOnButtonText: String?
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
var strapModeOffButtonText: String?
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.
- strapModeButtonContentDescription
var strapModeButtonContentDescription: String?
Added in version 6.16.0
If populated sets the content description of the strap mode setting button. Otherwise a default “Strap mode” value will be used.
- colorSchemeOnButtonText
var colorSchemeOnButtonText: String?
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
var colorSchemeOffButtonText: String?
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.
- colorSchemeButtonContentDescription
var colorSchemeButtonContentDescription: String?
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 content description of the color scheme setting button. Otherwise a default “Color scheme” value will be used.