Class

SceneInfo

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

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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.