RecipeApiState

interface RecipeApiState

Sealed interface representing the state of the Recipe API.

Inheritors

Types

Link copied to clipboard
data class Error(val message: String) : RecipeApiState

Data class representing the error state of the Recipe API.

Link copied to clipboard

Object representing the loading state of the Recipe API.

Link copied to clipboard

Object representing the success state of the Recipe API.