Sound

data class Sound(var successBeepEnabled: Boolean = true, var soundType: SoundType = SoundType.MODERN_BEEP)

Sound configuration.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(successBeepEnabled: Boolean = true, soundType: SoundType = SoundType.MODERN_BEEP)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The beep type. Default is MODERN_BEEP

Link copied to clipboard

Enable or disable the beep sound when a barcode is detected. Default is true

Functions

Link copied to clipboard
fun toJson(): JsonObject