FragmentViewBindingProperty

class FragmentViewBindingProperty<in F : Fragment, out V : ViewBinding>(viewBinder: (F) -> V) : LifecycleViewBindingProperty<F, V>

Constructors

Link copied to clipboard
constructor(viewBinder: (F) -> V)

Functions

Link copied to clipboard
protected open override fun getLifecycleOwner(thisRef: F): LifecycleOwner