Table of Contents

Interface IRouter

Namespace
IO.Scanbot.Sdk.UI.Utils
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/utils/Router", "", "IO.Scanbot.Sdk.UI.Utils.IRouterInvoker")]
public interface IRouter : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Properties

NavEvents

ISharedFlow NavEvents { get; }

Property Value

ISharedFlow

Methods

Navigate(Object, IContinuation)

[Register("navigate", "(Lio/scanbot/sdk/ui/utils/Event;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "GetNavigate_Lio_scanbot_sdk_ui_utils_Event_Lkotlin_coroutines_Continuation_Handler:IO.Scanbot.Sdk.UI.Utils.IRouterInvoker, BarcodeSDK.NET.Droid")]
[JavaTypeParameters(new string[] { "T extends io.scanbot.sdk.ui.utils.Event" })]
Object Navigate(Object e, IContinuation p1)

Parameters

e Object
p1 IContinuation

Returns

Object