SceneInfo

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.

Constructors

Link copied to clipboard
constructor(scene: Scene<T>)

Properties

Link copied to clipboard
val scene: Scene<T>

The scene whose state is used by the NavigationEvent

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