typed2
Toggle table of contents
2.0.0-alpha04-SNAPSHOT
release
Target filter
release
Switch theme
Search in API
Skip to content
typed2
saved-state-handle
/
com.episode6.typed2.savedstatehandle
/
property
property
fun
<
T
>
TypedSavedStateHandle
.
property
(
key
:
BundleKey
<
T
,
*
>
)
:
DelegateProperty
<
T
>
fun
<
T
>
SavedStateHandle
.
property
(
key
:
BundleKey
<
T
,
*
>
)
:
DelegateProperty
<
T
>
fun
<
T
>
TypedSavedStateHandle
.
property
(
key
:
AsyncBundleKey
<
T
,
*
>
,
scope
:
CoroutineScope
)
:
DelegateProperty
<
T
?
>
fun
<
T
>
SavedStateHandle
.
property
(
key
:
AsyncBundleKey
<
T
,
*
>
,
scope
:
CoroutineScope
)
:
DelegateProperty
<
T
?
>