Inflate

class Inflate<T : ViewBinding>(val fn: (LayoutInflater, ViewGroup?, Boolean) -> T) : BaseFragment.BindingCreator<T> (source)

Use the standard inflate() method for creating the binding.

Parameters

fn

Lambda that inflates the binding.

Constructors

Link copied to clipboard
constructor(fn: (LayoutInflater, ViewGroup?, Boolean) -> T)

Properties

Link copied to clipboard