ServerEvent

@Serializable
sealed interface ServerEvent : MVIIntent

Inheritors

Types

Link copied to clipboard
@Serializable
data class Stop(val index: Int, val storeId: Uuid) : ServerEvent

Properties

Link copied to clipboard
abstract val storeId: Uuid

Functions

Link copied to clipboard
abstract operator override fun equals(other: Any?): Boolean
Link copied to clipboard
abstract override fun hashCode(): Int