CantEatApiState

interface CantEatApiState

Sealed interface representing the state of the CantEat API.

Inheritors

Types

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

Data class representing the error state of the CantEat API.

Link copied to clipboard

Object representing the loading state of the CantEat API.

Link copied to clipboard

Object representing the success state of the CantEat API.