Barcode Count Toolbar Defaults
Defined in framework ScanditBarcodeCapture
- BarcodeCountToolbarDefaults
open class BarcodeCountToolbarDefaults : NSObject
Added in version 6.17.0
A class that exposes the default values for the fields of BarcodeCountToolbarSettings.
- init
init()
Added in version 6.17.0
Create an instance of BarcodeCountToolbarDefaults.
- audioOnButtonText
open class var audioOnButtonText: String { get }
Added in version 6.17.0
Returns the default text of the audio setting button when in “on” state.
- audioOffButtonText
open class var audioOffButtonText: String { get }
Added in version 6.17.0
Returns the default text of the audio setting button when in “off” state.
- audioButtonAccessibilityHint
open class var audioButtonAccessibilityHint: String { get }
Added in version 6.17.0
Returns the default accessibility hint of the audio setting button.
- audioButtonAccessibilityLabel
open class var audioButtonAccessibilityLabel: String { get }
Added in version 6.17.0
Returns the default accessibility label of the audio setting button.
- vibrationOnButtonText
open class var vibrationOnButtonText: String { get }
Added in version 6.17.0
Returns the default text of the vibration setting button when in “on” state.
- vibrationOffButtonText
open class var vibrationOffButtonText: String { get }
Added in version 6.17.0
Returns the default text of the vibration setting button when in “off” state.
- vibrationButtonAccessibilityHint
open class var vibrationButtonAccessibilityHint: String { get }
Added in version 6.17.0
Returns the default accessibility hint of the vibration setting button.
- vibrationButtonAccessibilityLabel
open class var vibrationButtonAccessibilityLabel: String { get }
Added in version 6.17.0
Returns the default accessibility label of the vibration setting button.
- strapModeOnButtonText
open class var strapModeOnButtonText: String { get }
Added in version 6.17.0
Returns the default text of the strap mode setting button when in “on” state.
- strapModeOffButtonText
open class var strapModeOffButtonText: String { get }
Added in version 6.17.0
Returns the default text of the strap mode setting button when in “off” state.
- strapModeButtonAccessibilityLabel
open class var strapModeButtonAccessibilityLabel: String { get }
Added in version 6.17.0
Returns the default accessibility label of the strap mode setting button.
- strapModeButtonAccessibilityHint
open class var strapModeButtonAccessibilityHint: String { get }
Added in version 6.17.0
Returns the default accessibility hint of the strap mode setting button.
- colorSchemeOnButtonText
open class var colorSchemeOnButtonText: String { get }
Added in version 6.17.0
Returns the default text of the color scheme setting button when in “on” state.
- colorSchemeOffButtonText
open class var colorSchemeOffButtonText: String { get }
Added in version 6.17.0
Returns the default text of the color scheme setting button when in “off” state.
- colorSchemeButtonAccessibilityLabel
open class var colorSchemeButtonAccessibilityLabel: String { get }
Added in version 6.17.0
Returns the default accessibility label of the color scheme setting button.
- colorSchemeButtonAccessibilityHint
open class var colorSchemeButtonAccessibilityHint: String { get }
Added in version 6.17.0
Returns the default accessibility hint of the color scheme setting button.
- discloseButtonAccessibilityLabel
open class var discloseButtonAccessibilityLabel: String { get }
Added in version 7.0.0
Returns the default accessibility label of the toolbar disclose button.