BADownloadManager.StartForegroundDownload(BADownload, NSError) Method

Definition

[Foundation.Export("startForegroundDownload:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool StartForegroundDownload(BackgroundAssets.BADownload download, out Foundation.NSError? outError);
[<Foundation.Export("startForegroundDownload:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StartForegroundDownload : BackgroundAssets.BADownload * NSError -> bool
override this.StartForegroundDownload : BackgroundAssets.BADownload * NSError -> bool

Parameters

download
BADownload
outError
NSError

Returns

Attributes

Applies to