FileDownloadProgressCounting
public protocol FileDownloadProgressCounting : TaskProgressCounting
Undocumented
-
Undocumented
Declaration
Swift
var totalUnitFileSize: Int64 { get set } -
Undocumented
Declaration
Swift
var totalUnitRecievedSize: Int64 { get set }
-
isFinishedDownloadExtension methodUndocumented
Declaration
Swift
var isFinishedDownload: Bool { get } -
downloadProgressExtension methodUndocumented
Declaration
Swift
var downloadProgress: Float { get } -
reset()Extension methodUndocumented
Declaration
Swift
mutating mutating func reset()
FileDownloadProgressCounting Protocol Reference