NavGraph.Companion
object NavGraph.Companion
Summary
Public methods |
|
---|---|
final @NonNull NavDestination |
NavGraphKt.findStartDestination(NavGraph receiver) Finds the actual start destination of the graph, handling cases where the graph's starting destination is itself a NavGraph. |
Public methods
NavGraphKt.findStartDestination
public final @NonNull NavDestination NavGraphKt.findStartDestination(NavGraph receiver)
Finds the actual start destination of the graph, handling cases where the graph's starting destination is itself a NavGraph.
Returns | |
---|---|
@NonNull NavDestination |
the actual startDestination of the given graph. |