androidx.navigation3.scene


Interfaces

OverlayScene

A specific scene to render 1 or more NavEntry instances as an overlay.

Scene

A specific scene to render 1 or more androidx.navigation3.runtime.NavEntrys.

SceneStrategy

A strategy that tries to calculate a Scene given a list of NavEntry.

Classes

DialogSceneStrategy

A SceneStrategy that displays entries that have added dialog to their NavEntry.metadata within a Dialog instance.

SceneInfo

Represents a snapshot of the visible destinations in a navigation container.

SceneSetupNavEntryDecoratorKt
SceneState

Class for holding the state associated with a scene

SceneStateKt
SinglePaneSceneStrategy

A SceneStrategy that always creates a 1-entry Scene simply displaying the last entry in the list.

DialogSceneStrategy.Companion