OtaStatus enum

Enum values describing states

Inheritance

Constructors

OtaStatus()
const

Values

DOWNLOADING → const OtaStatus

FILE IS BEING DOWNLOADED

INSTALLING → const OtaStatus

INSTALLATION HAS BEEN TRIGGERED

ALREADY_RUNNING_ERROR → const OtaStatus

DOWNLOAD IS ALREADY RUNNING

PERMISSION_NOT_GRANTED_ERROR → const OtaStatus

COULD NOT CONTINUE BECAUSE OF MISSING PERMISSIONS

INTERNAL_ERROR → const OtaStatus

UNKWNON ERROR. SEE VALUE FOR MORE INFROMATION

DOWNLOAD_ERROR → const OtaStatus

FILE COULD NOT BE DOWNLOADED. SEE VALUE FOR MORE INFORMATION

CHECKSUM_ERROR → const OtaStatus

CHECKSUM VERIFICATION FAILED. MOSTLY THIS IS DUE INCORRECT OR CORRUPTED FILE THIS IS ALSO RETURNED IF PLUGIN WAS UNABLE TO CALCULATE SHA 256 HASH OF DOWNLOADED FILE SEE VALUE FOR MORE INFORMATION

CANCELED → const OtaStatus

DOWNLOAD WAS CANCELED

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<OtaStatus>
A constant List of the values in this enum, in order of their declaration.