toggle menu
scanbot-sdk-compose-multiplatform
common
switch theme
search in API
scanbot-sdk-compose-multiplatform
/
io.scanbot.sdk.compose.multiplatform.common
/
Vibration
Vibration
data
class
Vibration
(
var
enabled
:
Boolean
=
false
)
Vibration configuration.
Members
Constructors
Vibration
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JsonObject
)
constructor
(
enabled
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
enabled
Link copied to clipboard
var
enabled
:
Boolean
Enable or disable vibration when a barcode is detected. Default is false
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
JsonObject