Class Sound
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Sound configuration.
public class Sound
- Inheritance
-
Sound
- Inherited Members
Properties
SoundType
The beep type. Default is MODERN_BEEP
public SoundType SoundType { get; set; }
Property Value
SuccessBeepEnabled
Enable or disable the beep sound 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
Returns
FromNative(Sound)
public static Sound FromNative(Sound source)
Parameters
source
Sound
Returns
ToNative()
public Sound ToNative()