LocalNavigationEventDispatcherOwner


The CompositionLocal containing the current NavigationEventDispatcher.

Summary

Public functions

infix ProvidedValue<NavigationEventDispatcherOwner?>
provides(
    navigationEventDispatcherOwner: NavigationEventDispatcherOwner
)

Associates a LocalNavigationEventDispatcherOwner key to a value in a call to CompositionLocalProvider.

Cmn

Public properties

NavigationEventDispatcherOwner?

Returns current composition local value for the owner or null if one has not been provided nor is one available via findViewTreeNavigationEventDispatcherOwner on the current androidx.compose.ui.platform.LocalView.

Cmn

Public functions

provides

infix fun provides(
    navigationEventDispatcherOwner: NavigationEventDispatcherOwner
): ProvidedValue<NavigationEventDispatcherOwner?>

Associates a LocalNavigationEventDispatcherOwner key to a value in a call to CompositionLocalProvider.

Public properties

current

val currentNavigationEventDispatcherOwner?

Returns current composition local value for the owner or null if one has not been provided nor is one available via findViewTreeNavigationEventDispatcherOwner on the current androidx.compose.ui.platform.LocalView.