Nordic Common Libraries
Toggle table of contents
2.11.0
release
Target filter
release
Switch theme
Search in API
Skip to content
Nordic Common Libraries
navigation
/
no.nordicsemi.android.common.navigation
/
getStateFlow
get
State
Flow
fun
<
A
>
SavedStateHandle
.
getStateFlow
(
destination
:
DestinationId
<
A
,
*
>
,
initial
:
A
?
)
:
StateFlow
<
A
?
>
Returns the argument for the current destination as Flow.
Parameters
destination
The current destination.