PolarOfflineRecordingProgress
public struct PolarOfflineRecordingProgress
Undocumented
-
Undocumented
Declaration
Swift
public let bytesDownloaded: Int64 -
Undocumented
Declaration
Swift
public let totalBytes: Int64 -
Undocumented
Declaration
Swift
public let progressPercent: Int -
Undocumented
Declaration
Swift
public init(bytesDownloaded: Int64, totalBytes: Int64, progressPercent: Int)