Package com.polar.sdk.api.model
Class PolarUserDeviceSettings
-
- All Implemented Interfaces:
public final class PolarUserDeviceSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumPolarUserDeviceSettings.DeviceLocationpublic classPolarUserDeviceSettings.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static StringDEVICE_SETTINGS_FILENAMEprivate final IntegerdeviceLocationprivate final BooleanusbConnectionModeprivate final BooleanautomaticTrainingDetectionModeprivate final IntegerautomaticTrainingDetectionSensitivityprivate final BooleantelemetryEnabledprivate final IntegerminimumTrainingDurationSecondspublic final static PolarUserDeviceSettings.CompanionCompanion
-
Method Summary
Modifier and Type Method Description final IntegergetDeviceLocation()final BooleangetUsbConnectionMode()final BooleangetAutomaticTrainingDetectionMode()final IntegergetAutomaticTrainingDetectionSensitivity()final BooleangetTelemetryEnabled()final IntegergetMinimumTrainingDurationSeconds()final <Error class: unknown class>toProto()final PolarUserDeviceSettingsfromBytes(ByteArray bytes)-
-
Method Detail
-
getDeviceLocation
final Integer getDeviceLocation()
-
getUsbConnectionMode
final Boolean getUsbConnectionMode()
-
getAutomaticTrainingDetectionMode
final Boolean getAutomaticTrainingDetectionMode()
-
getAutomaticTrainingDetectionSensitivity
final Integer getAutomaticTrainingDetectionSensitivity()
-
getTelemetryEnabled
final Boolean getTelemetryEnabled()
-
getMinimumTrainingDurationSeconds
final Integer getMinimumTrainingDurationSeconds()
-
toProto
final <Error class: unknown class> toProto()
-
fromBytes
final PolarUserDeviceSettings fromBytes(ByteArray bytes)
-
-
-
-