OnBackInvokedInputHandler



Provides input from OnBackInvokedCallback to the given NavigationEventDispatcher.

Summary

Public constructors

OnBackInvokedInputHandler(
    dispatcher: NavigationEventDispatcher,
    onBackInvokedDispatcher: OnBackInvokedDispatcher
)
android

Inherited functions

From androidx.navigationevent.NavigationEventInputHandler
Unit

Adds a callback that will be notified when the connected dispatcher's hasEnabledCallbacks changes.

android
Unit

Call dispatchOnCancelled on the connected dispatcher.

android
Unit

Call dispatchOnCompleted on the connected dispatcher.

android
Unit

Call dispatchOnProgressed on the connected dispatcher.

android
Unit

Call dispatchOnStarted on the connected dispatcher.

android

Public constructors

OnBackInvokedInputHandler

OnBackInvokedInputHandler(
    dispatcher: NavigationEventDispatcher,
    onBackInvokedDispatcher: OnBackInvokedDispatcher
)