JoinWalletStatus enum
Values
- joinInitiated → const JoinWalletStatus
-
const JoinWalletStatus("JOIN_INITIATED") - addDeviceSetupRequested → const JoinWalletStatus
-
const JoinWalletStatus("ADD_DEVICE_SETUP_REQUESTED") - provisionerFound → const JoinWalletStatus
-
const JoinWalletStatus("PROVISIONER_FOUND") - provisionInitiated → const JoinWalletStatus
-
const JoinWalletStatus("PROVISION_INITIATED") - provisionAddDeviceSetupRequested → const JoinWalletStatus
-
const JoinWalletStatus("PROVISION_ADD_DEVICE_SETUP_REQUESTED") - provisionKeysSetupStarted → const JoinWalletStatus
-
const JoinWalletStatus("PROVISION_KEYS_SETUP_STARTED") - provisionSetupStarted → const JoinWalletStatus
-
const JoinWalletStatus("PROVISION_SETUP_STARTED") - provisionSetupCompleted → const JoinWalletStatus
-
const JoinWalletStatus("PROVISION_SETUP_COMPLETED") - stopped → const JoinWalletStatus
-
const JoinWalletStatus("STOPPED") - timeout → const JoinWalletStatus
-
const JoinWalletStatus("TIMEOUT") - error → const JoinWalletStatus
-
const JoinWalletStatus("ERROR")
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromString(
String text) → JoinWalletStatus
Constants
-
values
→ const List<
JoinWalletStatus> - A constant List of the values in this enum, in order of their declaration.