SessionTermination enum
Reasons why a session was terminated.
The Session.finish callback method is invoked with one of these enumerated values to indicate why the session was terminated.
Values
- terminated → const SessionTermination
-
The application terminated the session by invoking Session.terminate.
- timeout → const SessionTermination
-
The session expired.
- resumeFailed → const SessionTermination
-
The Session.resume callback failed.
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
Constants
-
values
→ const List<
SessionTermination> - A constant List of the values in this enum, in order of their declaration.