Class Sound
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Configuration for the sound.
public class Sound
- Inheritance
-
Sound
- Inherited Members
Properties
SoundType
Determines the successful detection sound. Default is MODERN_BEEP
public SoundType SoundType { get; set; }
Property Value
SuccessBeepEnabled
Determine whether the beep sound should be enabled or not when a barcode is detected. Default is true
public bool SuccessBeepEnabled { get; set; }
Property Value
Methods
FromJson(string)
public static Sound FromJson(string rawJson)
Parameters
rawJson
string