AVAssetDownloadDelegate.DidFinishDownloadingToUrl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when the assetDownloadTask
finishes downloading the asset to location
.
[Foundation.Export("URLSession:assetDownloadTask:didFinishDownloadingToURL:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidFinishDownloadingToUrl (Foundation.NSUrlSession session, AVFoundation.AVAssetDownloadTask assetDownloadTask, Foundation.NSUrl location);
abstract member DidFinishDownloadingToUrl : Foundation.NSUrlSession * AVFoundation.AVAssetDownloadTask * Foundation.NSUrl -> unit
override this.DidFinishDownloadingToUrl : Foundation.NSUrlSession * AVFoundation.AVAssetDownloadTask * Foundation.NSUrl -> unit
Parameters
- session
- NSUrlSession
- assetDownloadTask
- AVAssetDownloadTask
- location
- NSUrl
- Attributes