Reaktiv
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Reaktiv
reaktiv-navigation
/
io.github.syrou.reaktiv.navigation
/
PrecomputedNavigationData
/
Companion
/
create
create
fun
create
(
rootGraph
:
NavigationGraph
,
notFoundScreen
:
Screen
?
=
null
,
crashScreen
:
Screen
?
=
null
,
deepLinkAliases
:
List
<
DeepLinkAlias
>
=
emptyList()
,
loadingModal
:
LoadingModal
?
=
null
)
:
PrecomputedNavigationData
(
source
)