States that an application can be in.
Constants
- paused → AppLifecycleState
-
The application is not currently visible to the user. When the application is in this state, the engine will not call the
onBeginFrame
callback.const AppLifecycleState(0)
- resumed → AppLifecycleState
-
The application is visible to the user.
const AppLifecycleState(1)
- values → List<AppLifecycleState>
-
A constant List of the values in this enum, in order of their declaration.
const List<AppLifecycleState>
Properties
- index → int
-
read-only
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited