FragmentViewBindingDelegate

class FragmentViewBindingDelegate<T : ViewBinding>(fragment: Fragment, viewBinder: (View) -> T, disposeRecyclerViewsAutomatically: Boolean = true) : ReadOnlyProperty<Fragment, T>

Constructors

Link copied to clipboard
constructor(fragment: Fragment, viewBinder: (View) -> T, disposeRecyclerViewsAutomatically: Boolean = true)

Functions

Link copied to clipboard
open operator override fun getValue(thisRef: Fragment, property: KProperty<*>): T