UserState

sealed interface UserState

Encapsulated possible user states

Inheritors

Types

Link copied to clipboard

User information not received yet. Represents the initial state

Link copied to clipboard
data class Registered(val hasInvitationCodeConfirmed: Boolean) : UserState

Indicates a registered user.