BaseViewModel

public class BaseViewModel

Base ViewModel providing error event LiveData.

Since

5.10.4

Constructors

Link copied to clipboard
public void BaseViewModel(Bundle bundle)

Functions

Link copied to clipboard
public MutableLiveData<ErrorEvent<NCError>> getErrorEventLiveData()
Returns the error event LiveData for observing error states.