LiveActivityState enum

Inheritance
Available extensions

Values

active → const LiveActivityState

The Live Activity is active, visible to the user, and can receive content updates

ended → const LiveActivityState

The Live Activity is visible, but the user, app, or system ended it, and it won't update its content anymore.

dismissed → const LiveActivityState

The Live Activity ended and is no longer visible because the user or the system removed it.

stale → const LiveActivityState

The Live Activity content is out of date and needs an update.

unknown → const LiveActivityState

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