Table of Contents

Class SoundType

Namespace
IO.Scanbot.Sdk.Ui_v2.Common
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/common/SoundType", DoNotGenerateAcw = true)]
public sealed class SoundType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
SoundType
Implements
Inherited Members

Properties

ClassicBeep

[Register("CLASSIC_BEEP")]
public static SoundType ClassicBeep { get; }

Property Value

SoundType

ModernBeep

[Register("MODERN_BEEP")]
public static SoundType ModernBeep { get; }

Property Value

SoundType

Methods

FromJson(string)

[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/common/SoundType;", "")]
public static SoundType FromJson(string json)

Parameters

json string

Returns

SoundType

ToJson()

[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()

Returns

string

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/common/SoundType;", "")]
public static SoundType ValueOf(string value)

Parameters

value string

Returns

SoundType

Values()

[Register("values", "()[Lio/scanbot/sdk/ui_v2/common/SoundType;", "")]
public static SoundType[] Values()

Returns

SoundType[]