SceneState

Class for holding the state associated with a scene

This provides information to the androidx.navigation3.ui.NavDisplay and androidx.navigationevent.compose.NavigationBackHandler to ensure they can behave correctly.

Parameters

entries

all of the entries that are associated with this state

overlayScenes

any overlay scenes available to the state

currentScene

the current scene that could be displayed

previousScenes

the list of all of the previous scenes before the currentScene

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String