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
/
NavGraphBuilder
Nav
Graph
Builder
interface
NavGraphBuilder
Description: TODO
Author
M8Test,
[email protected]
, https://m8test.com
Members
Functions
composable
Link copied to clipboard
abstract
fun
composable
(
composableGraphBuilder
:
ComposableGraph
.
(
)
->
Unit
)
dialog
Link copied to clipboard
abstract
fun
dialog
(
dialogGraphBuilder
:
DialogGraph
.
(
)
->
Unit
)
navigation
Link copied to clipboard
abstract
fun
navigation
(
navigationGraphBuilder
:
NavigationGraph
.
(
)
->
Unit
)