Table of Contents

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

SoundType

SuccessBeepEnabled

Enable or disable the beep sound when a barcode is detected. Default is true

public bool SuccessBeepEnabled { get; set; }

Property Value

bool

Methods

FromJson(string)

public static Sound FromJson(string rawJson)

Parameters

rawJson string

Returns

Sound

FromNative(Sound)

public static Sound FromNative(Sound source)

Parameters

source Sound

Returns

Sound

ToNative()

public Sound ToNative()

Returns

Sound