SessionState enum
Values
- unknown → const SessionState
-
Specifies that the session state is unknown.
const SessionState('UNKNOWN')
- inOobeScreen → const SessionState
-
Specifies that the user is in the out-of-box-experience screen.
const SessionState('IN_OOBE_SCREEN')
- inLoginScreen → const SessionState
-
Specifies that the user is in the login screen.
const SessionState('IN_LOGIN_SCREEN')
- inSession → const SessionState
-
Specifies that the user is in the session.
const SessionState('IN_SESSION')
- inLockScreen → const SessionState
-
Specifies that the user is in the lock screen.
const SessionState('IN_LOCK_SCREEN')
- inRmaScreen → const SessionState
-
Specifies that the device is in RMA mode, finalizing repairs.
const SessionState('IN_RMA_SCREEN')
Properties
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
Static Methods
-
fromJS(
String value) → SessionState
Constants
-
values
→ const List<
SessionState> - A constant List of the values in this enum, in order of their declaration.