Package ai.nexconn.chatui.base
Class BaseViewModel
-
- All Implemented Interfaces:
public class BaseViewModelBase ViewModel providing error event LiveData.
- Since:
5.10.4
-
-
Constructor Summary
Constructors Constructor Description BaseViewModel(Bundle bundle)
-
Method Summary
Modifier and Type Method Description MutableLiveData<ErrorEvent<NCError>>getErrorEventLiveData()Returns the error event LiveData for observing error states. -
-
Method Detail
-
getErrorEventLiveData
MutableLiveData<ErrorEvent<NCError>> getErrorEventLiveData()
Returns the error event LiveData for observing error states.
- Returns:
MutableLiveData
-
-
-
-