sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.compose.navigation
/
NavigationGraph
Navigation
Graph
interface
NavigationGraph
:
NavGraph
Description: TODO
Author
M8Test,
[email protected]
, https://m8test.com
Members
Functions
set
Arguments
Link copied to clipboard
abstract
fun
setArguments
(
args
:
List
<
NavArgument
.
(
)
->
Unit
>
?
)
set
Builder
Link copied to clipboard
abstract
fun
setBuilder
(
builder
:
NavGraphBuilder
.
(
)
->
Unit
)
set
Deep
Links
Link copied to clipboard
abstract
fun
setDeepLinks
(
links
:
List
<
NavDeepLink
.
(
)
->
Unit
>
?
)
set
Route
Link copied to clipboard
abstract
fun
setRoute
(
route
:
String
)
set
Start
Destination
Link copied to clipboard
abstract
fun
setStartDestination
(
startDestination
:
String
)