ObservabilityManager
interface ObservabilityManager
Class responsible for managing connection with the remote IoT device which supports Monitoring & Diagnostic Service.
The manager connects to the device and uploads all downloaded chunks to the cloud.
Data can be emitted any time so the connection should be maintained as long as needed.
See also
Types
Link copied to clipboard
data class State(val state: MonitoringAndDiagnosticsService.State = Disconnected(), val uploadingState: ChunkManager.State = Idle, val chunks: List<Chunk> = emptyList())
The state of the nRF Cloud Observability feature.