solivagant
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
solivagant
lifecycle
/
com.hoc081098.solivagant.lifecycle
/
LifecycleOwnerProvider
Lifecycle
Owner
Provider
@
Composable
fun
LifecycleOwnerProvider
(
lifecycleOwner
:
LifecycleOwner
,
content
:
@
Composable
(
)
->
Unit
)
(
source
)
Provides
LifecycleOwner
as
LocalLifecycleOwner
to the
content
.