let NSURLErrorBackgroundTaskCancelledReasonKey : String
A key in the error dictionary that provides the reason for canceling a background task.
エラー辞書の中のあるキー、それはバックグラウンドタスクの取り消しの理由を提供します。
Availability 有効性
Technology
let NSURLSessionDownloadTaskResumeData: String
When a transfer error occurs or when you call the cancel(by
method, the delegate object or completion handler gets an NSError
object. If the transfer is resumable, that error object’s user
dictionary contains a value for this key. To resume the transfer, your app can pass that value to the download
or download
method.
転送エラーが発生する場合またはあなたがcancel(by
メソッドを呼び出す場合、委任先オブジェクトまたは完了ハンドラはNSError
オブジェクトを得ます。転送が再開可能ならば、そのエラーオブジェクトのもつuser
辞書はこのキーに対する値を含みます。転送を再開するために、あなたのアプリはこの値をdownload
またはdownload
メソッドに渡すことができます。
let NSURLErrorBackgroundTaskCancelledReasonKey : String