Table of Contents

Class SoundType

Namespace
IO.Scanbot.Sdk.Ui_v2.Common
Assembly
DocumentSDK.NET.Droid.dll
public sealed class SoundType : Enum
Inheritance
SoundType

Properties

ClassicBeep

public static SoundType ClassicBeep { get; }

Property Value

SoundType

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

ModernBeep

public static SoundType ModernBeep { get; }

Property Value

SoundType

Methods

FromJson(string)

public static SoundType FromJson(string json)

Parameters

json string

Returns

SoundType

ToJson()

public string ToJson()

Returns

string

ValueOf(string)

public static SoundType ValueOf(string value)

Parameters

value string

Returns

SoundType

Values()

public static SoundType[] Values()

Returns

SoundType[]