Protocol

NSURLSessionDownloadDelegate

A protocol that defines methods that URL session instances call on their delegates to handle task-level events specific to download tasks. あるプロトコル、それはいくつかのメソッドを定義します、それらはURLセッションインスタンスがそれらの委任先上で呼び出して、ダウンロードタスクに特有なタスク水準イベントを取り扱うものです。

Declaration 宣言

@protocol NSURLSessionDownloadDelegate

Overview 概要

In addition to the methods in this protocol, be sure to implement the methods in the NSURLSessionTaskDelegate and NSURLSessionDelegate protocols to handle events common to all task types and session-level events, respectively. このプロトコルの中のメソッドに加えて、NSURLSessionTaskDelegateNSURLSessionDelegateプロトコルの中のメソッドを実装して、全てのタスク型に共通であるイベントとセッション水準イベントを、それぞれ取り扱うことを確実にしてください。

Topics 話題

Handling Download Life Cycle Changes ダウンロードライフサイクル変化を取り扱う

Resuming Paused Downloads 一旦停止したダウンロードを再開する

Receiving Progress Updates 進捗最新情報を受け取る

Relationships 関係

Inherits From 継承元

See Also 参照

Adding Download Tasks to a Session ダウンロードタスクをセッションに加える