FileDownloadProgress
public struct FileDownloadProgress
Information of current download
-
Progress from 0 to 1
Declaration
Swift
public var downloadProgress: Double
-
Target file size in bytes
Declaration
Swift
public var expectedFileSize: UInt64
-
How many bytes have been downloaded
Declaration
Swift
public var receivedFileSize: UInt64
-
Estimated time before completion
Declaration
Swift
public var estimatedRemainingTime: TimeInterval
-
Calculated downloading speed
Declaration
Swift
public var bytesPerSecondSpeed: UInt