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 enum
PolarUserDeviceSettings.DeviceLocation
public class
PolarUserDeviceSettings.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static String
DEVICE_SETTINGS_FILENAME
private final Integer
deviceLocation
private final Boolean
usbConnectionMode
private final Boolean
automaticTrainingDetectionMode
private final Integer
automaticTrainingDetectionSensitivity
private final Integer
minimumTrainingDurationSeconds
public final static PolarUserDeviceSettings.Companion
Companion
-
Method Summary
Modifier and Type Method Description final Integer
getDeviceLocation()
final Boolean
getUsbConnectionMode()
final Boolean
getAutomaticTrainingDetectionMode()
final Integer
getAutomaticTrainingDetectionSensitivity()
final Integer
getMinimumTrainingDurationSeconds()
final <Error class: unknown class>
toProto()
final PolarUserDeviceSettings
fromBytes(ByteArray bytes)
-
-
Method Detail
-
getDeviceLocation
final Integer getDeviceLocation()
-
getUsbConnectionMode
final Boolean getUsbConnectionMode()
-
getAutomaticTrainingDetectionMode
final Boolean getAutomaticTrainingDetectionMode()
-
getAutomaticTrainingDetectionSensitivity
final Integer getAutomaticTrainingDetectionSensitivity()
-
getMinimumTrainingDurationSeconds
final Integer getMinimumTrainingDurationSeconds()
-
toProto
final <Error class: unknown class> toProto()
-
fromBytes
final PolarUserDeviceSettings fromBytes(ByteArray bytes)
-
-
-
-