IviFragment

fun IviFragment()


fun <VM : FrontendViewModel<P>> IviFragment(viewModelClass: KClass<VM>)

Parameters

viewModelClass

The class of the ViewModel containing the fragment's persistent state. The ViewModel will automatically be instantiated in onAttach. It will be available in onCreate through viewModel.