SavedBooksScreenViewModel

ViewModel for the SavedBooksScreen

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val errorMessage: StateFlow<String?>

StateFlow that represents the error message of the screen

Link copied to clipboard

LiveData that represents the loading state of the screen

Link copied to clipboard
val reloadInterface: StateFlow<Boolean>

StateFlow that represents whether or not the view needs to reload the page when a change in the database is detected

Link copied to clipboard

LiveData> that represents the current user's saved books

Functions

Link copied to clipboard