Class that wraps a NavEntry within another NavEntry.

This provides a nesting mechanism for NavEntrys that allows properly nested content.

Parameters
<T : Any>

the type of the backStack key

Summary

Public constructors

<T : Any> NavEntryWrapper(navEntry: NavEntry<T>)
Cmn

Public properties

NavEntry<T>

the NavEntry to wrap

Cmn

Inherited functions

From androidx.navigation3.runtime.NavEntry
open Unit

Invokes the composable content of this NavEntry with the key that was provided when instantiating this NavEntry

Cmn

Inherited properties

From androidx.navigation3.runtime.NavEntry
Any

A unique, stable id that uniquely identifies the content of this NavEntry.

Cmn
open Map<StringAny>

provides information to the display

Cmn

Public constructors

<T : Any> NavEntryWrapper(navEntry: NavEntry<T>)
Parameters
<T : Any>

the type of the backStack key

navEntry: NavEntry<T>

the NavEntry to wrap

Public properties

val navEntryNavEntry<T>

the NavEntry to wrap