Vibration

data class Vibration(var enabled: Boolean = false)

Vibration configuration.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(enabled: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable or disable vibration when a barcode is detected. Default is false

Functions

Link copied to clipboard
fun toJson(): JsonObject