class HomeViewModel : ViewModel
View model responsible for preparing and managing the data for HomeFragment.
See Also
<init> |
View model responsible for preparing and managing the data for HomeFragment. HomeViewModel() |
state |
val state: LiveData<HomeViewState> |
navigationControllerChanged |
Navigation controller add destination changed listener. fun navigationControllerChanged(: NavController): Unit |