MeasureCapabilities

class MeasureCapabilities


Contains the capabilities supported by androidx.health.services.client.MeasureClient on this device.

Summary

Public constructors

MeasureCapabilities(
    supportedDataTypesMeasure: Set<DeltaDataType<*, *>>
)

Public functions

open String

Public properties

Set<DeltaDataType<*, *>>

Set of supported DataTypes for measure capture on this device.

Public constructors

MeasureCapabilities

MeasureCapabilities(
    supportedDataTypesMeasure: Set<DeltaDataType<*, *>>
)

Public functions

toString

open fun toString(): String

Public properties

supportedDataTypesMeasure

Added in 1.0.0
val supportedDataTypesMeasureSet<DeltaDataType<*, *>>

Set of supported DataTypes for measure capture on this device.

Some data types are not available for measurement; this is typically used to measure health data (e.g. HR).