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 |
Functions
equals
Source set: Common
override fun equals(other: Any?): Boolean
hashCode
Source set: Common
override fun hashCode(): Int
toString
Source set: Common
override fun toString(): String