ConnectionState
A sealed class which encapsulates all possible values emitted by connectionState.
See their JavaDoc for explanation of the different states: ConnectionState.Disconnected, ConnectionState.Connecting, ConnectionState.Connected
See also
Inheritors
Types
Connected signals that there is an active connection to the remote device (initiated using SOCommOutsideAPI.connect).
Connecting signals that there is currently an attempt to connect to a remote device (which was initiated by calling SOCommOutsideAPI.connect).
Disconnected signals that there is no active connection to the remote device. This is the initial state of the SDK connection until you call SOCommOutsideAPI.connect. Furthermore, this state will be emitted again if you disconnect from the remote device or the connection gets interrupted.