Registered

data class Registered(val hasInvitationCodeConfirmed: Boolean, val disabled: Boolean, val phoneNumbers: List<String>) : UserState

Indicates a registered user.

Parameters

phoneNumbers

List of verified phone numbers of the user

Constructors

Link copied to clipboard
constructor(hasInvitationCodeConfirmed: Boolean, disabled: Boolean, phoneNumbers: List<String>)

Properties

Link copied to clipboard

Whether user has completed the study and the account has been disabled

Link copied to clipboard

Whether the invitation code has been submitted or not

Link copied to clipboard