Downloadable
public enum Downloadable
Type describing the source used to create the underlying URLSessionDownloadTask.
-
Download should be started from the
URLRequestproduced by the associatedURLRequestConvertiblevalue.Declaration
Swift
case request(any URLRequestConvertible) -
Download should be started from the associated resume
Datavalue.Declaration
Swift
case resumeData(Data)
View on GitHub
Install in Dash