getChannelTypes

abstract suspend fun getChannelTypes(updateProgress: suspend (progress: Progress) -> Unit = {}): Map<Channel, Measurement.Type>

Get channel types from sensor.

Return

Map of channel to measurement type

Parameters

updateProgress

Progress of the operation