toggle menu
Moove Documentation
androidJvm
switch theme
search in API
shared
/
com.moove.shared.presentation.fragment.delegate
/
FragmentViewLifecycleAwareDelegate
Fragment
View
Lifecycle
Aware
Delegate
class
FragmentViewLifecycleAwareDelegate
<
T
:
Any
>
(
val
fragment
:
Fragment
,
val
itemFactory
:
(
View
)
->
T
,
val
tearDown
:
(
T
)
->
Unit
?
=
null
)
:
ReadOnlyProperty
<
Fragment
,
T
>
Members
Constructors
Fragment
View
Lifecycle
Aware
Delegate
Link copied to clipboard
constructor
(
fragment
:
Fragment
,
itemFactory
:
(
View
)
->
T
,
tearDown
:
(
T
)
->
Unit
?
=
null
)
Properties
fragment
Link copied to clipboard
val
fragment
:
Fragment
item
Factory
Link copied to clipboard
val
itemFactory
:
(
View
)
->
T
tear
Down
Link copied to clipboard
val
tearDown
:
(
T
)
->
Unit
?
=
null
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Fragment
,
property
:
KProperty
<
*
>
)
:
T