MemfaultCloudManager

constructor(config: MemfaultConfig, chunkQueue: ChunkQueue? = null)

Parameters

config

Configuration for Memfault, including AAuthorization Token and device ID (serial).

chunkQueue

A queue for storing chunks to be uploaded. If null, a default in-memory queue will be used. Use PersistentChunkQueue for persistent storage.