Class Sound
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Common
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class Sound : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
Sound
- Implements
-
Constructors
Sound()
Sound(JSONObject)
public Sound(JSONObject json)
Parameters
json JSONObject
Sound(bool, SoundType)
public Sound(bool successBeepEnabled, SoundType soundType)
Parameters
successBeepEnabled bool
soundType SoundType
Sound(IDictionary<string, Object>)
public Sound(IDictionary<string, Object> source)
Parameters
source IDictionary<string, Object>
Properties
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
SoundType
public SoundType SoundType { get; set; }
Property Value
- SoundType
SuccessBeepEnabled
public bool SuccessBeepEnabled { get; set; }
Property Value
- bool
Methods
Component1()
Returns
- bool
Component2()
public SoundType Component2()
Returns
- SoundType
Copy(bool, SoundType)
public Sound Copy(bool successBeepEnabled, SoundType soundType)
Parameters
successBeepEnabled bool
soundType SoundType
Returns
- Sound
Default()
public static Sound Default()
Returns
- Sound
DescribeContents()
public int DescribeContents()
Returns
- int
ToJson(ToJsonConfiguration)
public JSONObject ToJson(ToJsonConfiguration config)
Parameters
config ToJsonConfiguration
Returns
- JSONObject
WriteToParcel(Parcel, ParcelableWriteFlags)
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out Parcel
flags ParcelableWriteFlags