Class SBSDKSoundController
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKSoundController : NSObject
- Inheritance
-
SBSDKSoundController
Constructors
SBSDKSoundController()
public SBSDKSoundController()
SBSDKSoundController(NSObjectFlag)
protected SBSDKSoundController(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKSoundController(NativeHandle)
protected SBSDKSoundController(NativeHandle handle)
Parameters
handle NativeHandle
SBSDKSoundController(SBSDKSoundType)
public SBSDKSoundController(SBSDKSoundType soundType)
Parameters
soundType SBSDKSoundType
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Type
public virtual SBSDKSoundType Type { get; set; }
Property Value
- SBSDKSoundType
Methods
PlayBleepSound()
public virtual void PlayBleepSound()
PlayCustomSoundFromURL(NSUrl)
public virtual void PlayCustomSoundFromURL(NSUrl url)
Parameters
url NSUrl
Vibrate()
public virtual void Vibrate()