Package-level declarations

Types

Link copied to clipboard
typealias EntryProvider = (Any) -> NavEntry<Any>

Type alias for a function that provides navigation entries based on a route/destination.

Link copied to clipboard

Type alias for a function that installs navigation entries into an EntryProviderScope.

Functions

Link copied to clipboard
fun koinEntryProvider(scope: Scope = LocalKoinScopeContext.current.getValue()): EntryProvider

Composable function that retrieves an EntryProvider from the current or specified Koin scope.