Class SBSDKUI2Sound
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKUI2Sound : SBSDKUI2Node, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKUI2Sound
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKUI2Sound()
SBSDKUI2Sound(NSObjectFlag)
protected SBSDKUI2Sound(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKUI2Sound(NativeHandle)
protected SBSDKUI2Sound(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKUI2Sound(bool, SBSDKUI2SoundType)
public SBSDKUI2Sound(bool successBeepEnabled, SBSDKUI2SoundType soundType)
Parameters
successBeepEnabled
bool
soundType
SBSDKUI2SoundType
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
SoundType
public virtual SBSDKUI2SoundType SoundType { get; set; }
Property Value
- SBSDKUI2SoundType
SuccessBeepEnabled
public virtual bool SuccessBeepEnabled { get; set; }
Property Value
- bool
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKUI2Sound? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKUI2Sound
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration
Returns
- string