-
- All Implemented Interfaces:
-
androidx.lifecycle.LifecycleObserver,kotlin.properties.ReadOnlyProperty
public final class FragmentViewBindingDelegate<VB extends ViewBinding> implements ReadOnlyProperty<Fragment, VB>, LifecycleObserver
-
-
Constructor Summary
Constructors Constructor Description FragmentViewBindingDelegate(Fragment fragment, Function1<View, VB> viewBindingFactory)
-