PolarBleDisconnectInfo
public struct PolarBleDisconnectInfo : Equatable
Undocumented
-
The SDK-defined condition that caused or best explains the disconnect.
Declaration
Swift
public let reason: PolarBleDisconnectReason -
The next recovery category expected from the application or SDK.
Declaration
Swift
public let recoveryAction: PolarBleRecoveryAction -
The command that caused the disconnect, set only when
reasonis.deviceCommand.Declaration
Swift
public let deviceCommand: PolarBleDeviceCommand? -
Undocumented
Declaration
Swift
public init(reason: PolarBleDisconnectReason, recoveryAction: PolarBleRecoveryAction, deviceCommand: PolarBleDeviceCommand? = nil)