toggle menu
Moove Documentation
androidJvm
switch theme
search in API
shared
/
com.moove.shared.presentation.fragment.delegate
/
registerLifecycleAwareItem
register
Lifecycle
Aware
Item
fun
<
T
:
Any
>
Fragment
.
registerLifecycleAwareItem
(
state
:
Lifecycle.State
=
Lifecycle.State.CREATED
,
itemFactory
:
(
)
->
T
,
tearDown
:
(
T
)
->
Unit
?
=
null
)