PolarUserDeviceSettings
public class PolarUserDeviceSettings
Undocumented
-
Undocumented
Declaration
Swift
public init() -
Undocumented
See moreDeclaration
Swift
public enum DeviceLocation : String, Codable, CaseIterable, Identifiable -
Undocumented
See moreDeclaration
Swift
public enum UsbConnectionMode : String, Codable -
Undocumented
See moreDeclaration
Swift
public enum AutomaticTrainingDetectionMode : String, Codable -
Undocumented
Declaration
Swift
public var timestamp: Date -
Undocumented
Declaration
Swift
public var _deviceLocation: DeviceLocation -
Undocumented
Declaration
Swift
public var usbConnectionMode: UsbConnectionMode? -
Undocumented
Declaration
Swift
public var automaticTrainingDetectionMode: AutomaticTrainingDetectionMode? -
Undocumented
Declaration
Swift
public var automaticTrainingDetectionSensitivity: UInt32? -
Undocumented
Declaration
Swift
public var telemetryEnabled: Bool? -
Undocumented
Declaration
Swift
public var minimumTrainingDurationSeconds: UInt32? -
Undocumented
Declaration
Swift
public var deviceLocation: DeviceLocation { get set } -
Undocumented
See moreDeclaration
Swift
public struct PolarUserDeviceSettingsResult : Codable -
Undocumented
Declaration
Swift
public static func getStringValue(deviceLocationIndex: Int) -> String -
Undocumented
Declaration
Swift
public static func getDeviceLocation(deviceLocation: String) -> DeviceLocation -
Undocumented
Declaration
Swift
public static func getAllAsString() -> [String]