• Common/All
  • Android/JVM

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

open Unit

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

Cmn

Inherited properties

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