BloomOtaStatus enum

Status events emitted during OTA code patch lifecycle.

Inheritance
Available extensions

Values

idle → const BloomOtaStatus

Idle state with no active OTA operation.

checkingForUpdate → const BloomOtaStatus

Actively checking remote servers for updates.

updateAvailable → const BloomOtaStatus

A newer OTA patch was discovered and is ready to download.

upToDate → const BloomOtaStatus

Current build is up to date with the latest patch.

downloading → const BloomOtaStatus

Downloading patch binaries from CDN.

updateReady → const BloomOtaStatus

Patch downloaded and staged; will apply on next restart.

error → const BloomOtaStatus

OTA operation failed due to a network or verification 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.
inherited

Operators

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

Constants

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