BootstrapState enum

Inheritance

Constructors

BootstrapState()
const

Values

loading → const BootstrapState

Is loading.

askWipeSsss → const BootstrapState

Existing SSSS found, should we wipe it?

askUseExistingSsss → const BootstrapState

Ask if an existing SSSS should be userDeviceKeys

askUnlockSsss → const BootstrapState

Ask to unlock all the SSSS keys

askBadSsss → const BootstrapState

SSSS is in a bad state, continue with potential dataloss?

askNewSsss → const BootstrapState

Ask for new SSSS key / passphrase

openExistingSsss → const BootstrapState

Open an existing SSSS key

askWipeCrossSigning → const BootstrapState

Ask if cross signing should be wiped

askSetupCrossSigning → const BootstrapState

Ask if cross signing should be set up

askWipeOnlineKeyBackup → const BootstrapState

Ask if online key backup should be wiped

askSetupOnlineKeyBackup → const BootstrapState

Ask if the online key backup should be set up

error → const BootstrapState

An error has been occured.

done → const BootstrapState

done

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<BootstrapState>
A constant List of the values in this enum, in order of their declaration.