Package-level declarations

Types

Link copied to clipboard
data class Chunk(val chunkNumber: Int, val data: ByteArray, val deviceId: String, var isUploaded: Boolean)

Represents a chunk of Memfault Observability data received from the device using Memfault Diagnostics Service.

Link copied to clipboard
data class MemfaultConfig(val authorisationToken: String, val url: String, val deviceId: String)

The configuration data obtained from the device using GATT.

Link copied to clipboard
class PersistentChunkQueue(context: Context, deviceId: String) : ChunkQueue

An implementation of ChunkQueue that stores chunks in a persistent database.