Downloadable
public enum Downloadable
Type describing the source used to create the underlying URLSessionDownloadTask
.
-
Download should be started from the
URLRequest
produced by the associatedURLRequestConvertible
value.Declaration
Swift
case request(any URLRequestConvertible)
-
Download should be started from the associated resume
Data
value.Declaration
Swift
case resumeData(Data)