Table of Contents

Class DispatchersProvider

Namespace
IO.Scanbot.Sdk.UI.Coroutines
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/coroutines/DispatchersProvider", DoNotGenerateAcw = true)]
public sealed class DispatchersProvider : Object, IDispatchersProvider, IJavaObject, IJavaPeerable, IDisposable
Inheritance
DispatchersProvider
Implements
Inherited Members

Constructors

DispatchersProvider()

[Register(".ctor", "()V", "")]
public DispatchersProvider()

Properties

Background

public ICoroutineContext Background { get; }

Property Value

ICoroutineContext

Io

public ICoroutineContext Io { get; }

Property Value

ICoroutineContext

Main

public ICoroutineContext Main { get; }

Property Value

ICoroutineContext