Registered

data class Registered(val hasInvitationCodeConfirmed: Boolean) : UserState

Indicates a registered user.

Constructors

Link copied to clipboard
constructor(hasInvitationCodeConfirmed: Boolean)

Properties

Link copied to clipboard

Whether the invitation code has been submitted or not