PolarOfflineRecordingEntry

public struct PolarOfflineRecordingEntry : Equatable

Polar offline recording entry container.

  • Recording entry path in device.

    Declaration

    Swift

    public let path: String
  • Recording size in bytes.

    Declaration

    Swift

    public let size: UInt
  • The date and time of the recording entry i.e. the moment recording is started

    Declaration

    Swift

    public let date: Date
  • data type of the recording

    Declaration

    Swift

    public let type: PolarDeviceDataType
  • Declaration

    Swift

    public init(path: String, size: UInt, date: Date, type: PolarDeviceDataType)