Table of Contents

Interface IDispatchersProvider

Namespace
IO.Scanbot.Sdk.UI.Coroutines
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/coroutines/IDispatchersProvider", "", "IO.Scanbot.Sdk.UI.Coroutines.IDispatchersProviderInvoker")]
public interface IDispatchersProvider : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Properties

Background

ICoroutineContext Background { get; }

Property Value

ICoroutineContext

Io

ICoroutineContext Io { get; }

Property Value

ICoroutineContext

Main

ICoroutineContext Main { get; }

Property Value

ICoroutineContext