NavigationEventInputHandler


Known direct subclasses
OnBackInvokedInputHandler

Provides input from OnBackInvokedCallback to the given NavigationEventDispatcher.


Summary

Public constructors

Cmn

Protected properties

NavigationEventDispatcher
Cmn

Public constructors

NavigationEventInputHandler(dispatcher: NavigationEventDispatcher)

Public functions

sendOnCancelled

@MainThread
fun sendOnCancelled(): Unit

sendOnCompleted

@MainThread
fun sendOnCompleted(): Unit

sendOnProgressed

@MainThread
fun sendOnProgressed(event: NavigationEvent): Unit

sendOnStarted

@MainThread
fun sendOnStarted(event: NavigationEvent): Unit

Protected properties

dispatcher

protected val dispatcherNavigationEventDispatcher