public interface ErrorViewModel
-
Method Summary
androidx.lifecycle.LiveData<Integer>
androidx.lifecycle.LiveData<String>
androidx.lifecycle.LiveData<Boolean>
-
Method Details
-
getErrorMessage
@NonNull
androidx.lifecycle.LiveData<String> getErrorMessage()
-
getErrorCode
@NonNull
androidx.lifecycle.LiveData<Integer> getErrorCode()
-
isUiLayerVisible
androidx.lifecycle.LiveData<Boolean> isUiLayerVisible()