Vibration

data class Vibration(var enabled: Boolean = false)

Configure the vibration.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determine whether vibration should be enabled or not when a barcode is detected.

Functions

Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JsonObject
Link copied to clipboard
fun toJsonString(config: ToJsonConfiguration = ToJsonConfiguration.default()): String