Package com.polar.sdk.api
Class DeviceTelemetrySupport
-
- All Implemented Interfaces:
public final class DeviceTelemetrySupport
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PolarDeviceTelemetryType>availableTelemetryTypesprivate final StringdeviceId
-
Constructor Summary
Constructors Constructor Description DeviceTelemetrySupport(List<PolarDeviceTelemetryType> availableTelemetryTypes, String deviceId)
-
Method Summary
Modifier and Type Method Description final List<PolarDeviceTelemetryType>getAvailableTelemetryTypes()final StringgetDeviceId()-
-
Constructor Detail
-
DeviceTelemetrySupport
DeviceTelemetrySupport(List<PolarDeviceTelemetryType> availableTelemetryTypes, String deviceId)
-
-
Method Detail
-
getAvailableTelemetryTypes
final List<PolarDeviceTelemetryType> getAvailableTelemetryTypes()
-
getDeviceId
final String getDeviceId()
-
-
-
-