SessionState enum

Inheritance
Available extensions

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

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
toJS String
no setter
value String
final

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.