SPSessionState enum

Inheritance
Available extensions

Values

waiting → const SPSessionState

An idle state that indicates the session is waiting for the app to join the activity.

joined → const SPSessionState

An active state that indicates the session allows data synchronization between devices.

invalidated → const SPSessionState

A state that indicates the session is no longer valid and can't be used for shared activities.

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