NavBackStackEntryInfo


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

Provides context for navigation transition animations such as predictive back.

Summary

Public constructors

Cmn

Public functions

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

Public properties

NavBackStackEntry?

back stack entry associated with this snapshot

Cmn

Inherited properties

From androidx.navigationevent.NavigationEventInfo
open String?

Defines the title of the navigation destination.

Cmn
open String?

Defines the URL or path representation of the navigation destination.

Cmn

Public constructors

NavBackStackEntryInfo(visibleEntry: NavBackStackEntry? = null)
Parameters
visibleEntry: NavBackStackEntry? = null

back stack entry associated with this snapshot

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

visibleEntry

val visibleEntryNavBackStackEntry?

back stack entry associated with this snapshot