IFragmentBinding

interface IFragmentBinding<T : ViewBinding>

Interface model to use in fragment bindings

Parameters

T

Layout binding class

Functions

onFragmentLoaded
Link copied to clipboard
abstract fun onFragmentLoaded(savedInstanceState: Bundle?)
Called when fragment was loaded.

Properties

bindingClass
Link copied to clipboard
abstract val bindingClass: Class<T>
Binding class.

Inheritors

IDialogFragmentBinding
Link copied to clipboard
FragmentBinding
Link copied to clipboard