Start native apps faster with the Composables CLI ->
Class

SceneInfo

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

Source set: Common
public class SceneInfo<T : Any>(public val scene: Scene<T>) : NavigationEventInfo()

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

This class provides the necessary context for building animations during navigation gestures, like predictive back. It's a simple data holder that feeds into the NavigationEventHistory.

Functions

equals

Source set: Common
override fun equals(other: Any?): Boolean

hashCode

Source set: Common
override fun hashCode(): Int

toString

Source set: Common
override fun toString(): String