Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

DownloadRequest_Downloadable

mattt edited this page Sep 18, 2020 · 2 revisions

DownloadRequest.Downloadable

Type describing the source used to create the underlying URLSessionDownloadTask.

public enum Downloadable

Enumeration Cases

request

Download should be started from the URLRequest produced by the associated URLRequestConvertible value.

case request(:​ URLRequestConvertible)

resumeData

Download should be started from the associated resume Data value.

case resumeData(:​ Data)
Types
Protocols
Global Typealiases
Clone this wiki locally