Kotlin-Bloc
android
Bloc Core
/
com.onegravity.bloc.utils
/
FragmentViewBindingDelegate
Fragment
View
Binding
Delegate
android
class
FragmentViewBindingDelegate
<
T
:
ViewBinding
>
(
val
fragment
:
Fragment
,
val
viewBindingFactory
:
(
View
)
->
T
)
:
ReadOnlyProperty
<
Fragment
,
T
>
Members
Constructors
Fragment
View
Binding
Delegate
Link copied to clipboard
android
constructor
(
fragment
:
Fragment
,
viewBindingFactory
:
(
View
)
->
T
)
Functions
get
Value
Link copied to clipboard
android
open
operator override
fun
getValue
(
thisRef
:
Fragment
,
property
:
KProperty
<
*
>
)
:
T
Properties
fragment
Link copied to clipboard
android
val
fragment
:
Fragment
view
Binding
Factory
Link copied to clipboard
android
val
viewBindingFactory
:
(
View
)
->
T