Share via


BADownloadManagerDelegate.DidWriteBytes Method

Definition

[Foundation.Export("download:didWriteBytes:totalBytesWritten:totalBytesExpectedToWrite:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidWriteBytes(BackgroundAssets.BADownload download, long bytesWritten, long totalBytesWritten, long totalExpectedBytes);
[<Foundation.Export("download:didWriteBytes:totalBytesWritten:totalBytesExpectedToWrite:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidWriteBytes : BackgroundAssets.BADownload * int64 * int64 * int64 -> unit
override this.DidWriteBytes : BackgroundAssets.BADownload * int64 * int64 * int64 -> unit

Parameters

download
BADownload
bytesWritten
Int64
totalBytesWritten
Int64
totalExpectedBytes
Int64

Implements

Attributes

Applies to