CatalogUpdateState enum
Represents the state of catalog map updates.
Values
- updateAvailable → const CatalogUpdateState
-
Previously downloaded catalog version can be updated to their latest version.
- pendingUpdate → const CatalogUpdateState
-
Previous catalog downloading is ongoing or interrupted.
- updateBlockedAsAnotherPending → const CatalogUpdateState
-
When more than one catalog is used or configured, and the update process for it fails, then that specific catalog goes in PENDING_UPDATE state. A user should not update any other catalog until the catalog in PENDING_UPDATE state is updated. Other catalogs will be set to UPDATE_BLOCKED_AS_ANOTHER_PENDING until the update process has been completed.
- unknownState → const CatalogUpdateState
-
State is not fetched, so unknown
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<
CatalogUpdateState> - A constant List of the values in this enum, in order of their declaration.