LikeApiState

interface LikeApiState

Sealed interface representing the state of the Like API.

Inheritors

Types

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

Data class representing the error state of the Like API.

Link copied to clipboard

Object representing the loading state of the Like API.

Link copied to clipboard

Object representing the success state of the Like API.