PolarTrainingSessionProgress
public struct PolarTrainingSessionProgress
Undocumented
-
Undocumented
Declaration
Swift
public let totalBytes: Int64 -
Undocumented
Declaration
Swift
public let completedBytes: Int64 -
Undocumented
Declaration
Swift
public let progressPercent: Int -
Undocumented
Declaration
Swift
public let currentFileName: String? -
Undocumented
Declaration
Swift
public init(totalBytes: Int64, completedBytes: Int64, progressPercent: Int, currentFileName: String? = nil)