connectionState

@get:CheckReturnValue
abstract override val connectionState: Observable<SOCommOutsideAPI.ConnectionState>

An Observable which emits the current connection state.

The possible connection states are:

Scheduler: The returned Observable will operate on the IO Scheduler.

See the possible states / classes within ConnectionState for more documentation of when and how the state changes.

See also