Interface ErrorViewModel


public interface ErrorViewModel
  • Method Details

    • getErrorMessage

      @NonNull androidx.lifecycle.LiveData<String> getErrorMessage()
    • getErrorCode

      @NonNull androidx.lifecycle.LiveData<Integer> getErrorCode()
    • isUiLayerVisible

      androidx.lifecycle.LiveData<Boolean> isUiLayerVisible()