sdk / com.memfault.cloud.sdk / ChunkSender / addChunks

addChunks

fun addChunks(chunks: List<ByteArray>): Boolean

Enqueue the chunks for the given device.

The chunks will be added to the ChunkQueue.

Parameters

chunks - the chunks to be enqueued and sent to the server.