Class StubSoundController
- Namespace
- IO.Scanbot.Sdk.Util.Snap
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/util/snap/StubSoundController", DoNotGenerateAcw = true)]
public sealed class StubSoundController : Object, ISoundController, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
StubSoundController
- Implements
-
- Inherited Members
-
Constructors
StubSoundController()
[Register(".ctor", "()V", "")]
public StubSoundController()
Methods
PlayBleepSound(IContinuation)
[Register("playBleepSound", "(Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "")]
public Object PlayBleepSound(IContinuation _completion)
Parameters
_completion
IContinuation
Returns
- Object
Release()
[Register("release", "()V", "")]
public void Release()
SetBleepEnabled(bool)
[Register("setBleepEnabled", "(Z)V", "")]
public void SetBleepEnabled(bool enable)
Parameters
enable
bool
SetBleepResId(int)
[Register("setBleepResId", "(I)V", "")]
public void SetBleepResId(int resId)
Parameters
resId
int
SetBleepUri(Uri)
[Register("setBleepUri", "(Landroid/net/Uri;)V", "")]
public void SetBleepUri(Uri uri)
Parameters
uri
Uri
SetUp()
[Register("setUp", "()V", "")]
public void SetUp()
SetVibrationEnabled(bool)
[Register("setVibrationEnabled", "(Z)V", "")]
public void SetVibrationEnabled(bool enable)
Parameters
enable
bool