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 |