-
- All Implemented Interfaces:
public class BaseViewModel extends ViewModel
Parent class that all ViewModel classes should extend in order to share common functionality
-
-
Constructor Summary
Constructors Constructor Description BaseViewModel()
-
Method Summary
Modifier and Type Method Description final MutableLiveData<Boolean>
getIsLoading()
Unit
setLoading(Boolean isLoading)
-
-
Method Detail
-
getIsLoading
final MutableLiveData<Boolean> getIsLoading()
-
setLoading
Unit setLoading(Boolean isLoading)
-
-
-
-