getMemoryStatistics

abstract suspend fun getMemoryStatistics(updateProgress: suspend (progress: Progress) -> Unit = {}): MemoryStatistics

Get memory statistics from sensor.

Return

Memory statistics MemoryStatistics

Parameters

updateProgress

Progress of the operation