Table of Contents

Class Sound

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class Sound
Inheritance
Sound
Inherited Members

Constructors

Sound()

public Sound()

Properties

SoundType

public SoundType SoundType { get; set; }

Property Value

SoundType

SuccessBeepEnabled

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

FromNative(SBSDKUI2Sound)

public static Sound FromNative(SBSDKUI2Sound source)

Parameters

source SBSDKUI2Sound

Returns

Sound

ToNative()

public Sound ToNative()

Returns

Sound