MainCompactProcessFragment

fun <VM : MainCompactProcessViewModel<P>> MainCompactProcessFragment(viewModelClass: KClass<VM>)

Parameters

P

The type of the panel that owns this fragment.

VM

The type of the ViewModel containing the fragment's persistent state.

viewModelClass

The class of the ViewModel containing the fragment's persistent state.