availableContexts

@get:CheckReturnValue
abstract override val availableContexts: Observable<Set<SOContext>>

Returns an Observable which emits live-updates to the available context's at the currently connected remote device.

The available contexts are the contexts which are currently available on the remote device, and which you are authorized to use by the provided API-KEY.

Internally, this is backed by a behavior logic, which means that on subscription the current value will be emitted kind of instantly.

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