FragmentViewModelComposable

Composable which manages viewModel lifecycle and binds to all its ActivityLifecycleSubscribable using fragmentManager. This automatically modifies the content using ComposableLifecycleSubscribable.modifier.

Parameters

ViewModel

the type of BaseLifecycleViewModel to manage.

viewModel

ViewModel to manage

content

content based on viewModel