BindingCreator
Sealed class representing the two strategies for creating a ViewBinding instance.
Inheritors
Types
Link copied to clipboard
class Inflate<T : ViewBinding>(val fn: (LayoutInflater, ViewGroup?, Boolean) -> T) : BaseFragment.BindingCreator<T>
Use the standard inflate() method for creating the binding.