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.

Summary

Public constructors

<T : Any> SceneInfo(scene: Scene<T>)
Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn
open String
Cmn

Public properties

Scene<T>

The scene whose state is used by the NavigationEvent

Cmn

Public constructors

SceneInfo

<T : Any> SceneInfo(scene: Scene<T>)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

scene

val sceneScene<T>

The scene whose state is used by the NavigationEvent