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.

Inheritance

Constructors

SessionTermination()
const

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

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