Contents

URLSessionDownloadDelegate

A protocol that defines methods that URL session instances call on their delegates to handle task-level events specific to download tasks.

Declaration

protocol URLSessionDownloadDelegate : URLSessionTaskDelegate

Mentioned in

Overview

In addition to the methods in this protocol, be sure to implement the methods in the URLSessionTaskDelegate and URLSessionDelegate protocols to handle events common to all task types and session-level events, respectively.

Topics

Handling download life cycle changes

Resuming paused downloads

Receiving progress updates

See Also

Adding download tasks to a session