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
/
DialogGraph
Dialog
Graph
interface
DialogGraph
:
ComposableGraph
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
Content
Link copied to clipboard
abstract
fun
setContent
(
contentBuilder
:
Slot
<
UnitScopeModifier
>
.
(
NavBackStackEntry
)
->
Unit
)
set
Deep
Links
Link copied to clipboard
abstract
fun
setDeepLinks
(
links
:
List
<
NavDeepLink
.
(
)
->
Unit
>
?
)
set
Dialog
Properties
Link copied to clipboard
abstract
fun
setDialogProperties
(
properties
:
DialogProperties
.
(
)
->
Unit
)
set
Route
Link copied to clipboard
abstract
fun
setRoute
(
route
:
String
)