Start native apps faster with the Composables CLI ->
Class

NavBackStackEntryInfo

Snapshot of a back stack entry in a androidx.navigation.NavController.

Source set: Common
public class NavBackStackEntryInfo(public val visibleEntry: NavBackStackEntry? = null) :
    NavigationEventInfo()

Snapshot of a back stack entry in a androidx.navigation.NavController.

Provides context for navigation transition animations such as predictive back.

Parameters

visibleEntry back stack entry associated with this snapshot

Last updated: