get Channel Types
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
update Progress
Progress of the operation