ConnectionState enum
Connection state type used throughout the SDK.
Constructors
- ConnectionState()
-
const
Values
- disconnected → const ConnectionState
- connecting → const ConnectionState
- reconnecting → const ConnectionState
- connected → const ConnectionState
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<
ConnectionState> -
A constant List of the values in this enum, in order of their declaration.
[disconnected, connecting, reconnecting, connected]