Instance Method インスタンスメソッド

download(_:didCreateDestination:)

Sent when the destination file is created. 行先ファイルが作成される時に送られます。

Declaration 宣言

optional func download(_ download: NSURLDownload, 
  didCreateDestination path: String)

Parameters パラメータ

download

The URL download object sending the message. メッセージを送っているURLダウンロードオブジェクト。

path

The path to the destination file. 行先ファイルへのパス。

See Also 参照

Download Data and Responses ダウンロードデータおよび応答