Table of Contents

Class Vibration

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Configure the vibration.

public class Vibration
Inheritance
Vibration
Inherited Members

Properties

Enabled

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

public bool Enabled { get; set; }

Property Value

bool

Methods

FromJson(string)

public static Vibration FromJson(string rawJson)

Parameters

rawJson string

Returns

Vibration