Share via


ICCameraDeviceDownloadDelegate.DidReceiveDownloadProgress Method

Definition

[Foundation.Export("didReceiveDownloadProgressForFile:downloadedBytes:maxBytes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidReceiveDownloadProgress(ImageCaptureCore.ICCameraFile file, long downloadedBytes, long maxBytes);
[<Foundation.Export("didReceiveDownloadProgressForFile:downloadedBytes:maxBytes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidReceiveDownloadProgress : ImageCaptureCore.ICCameraFile * int64 * int64 -> unit
override this.DidReceiveDownloadProgress : ImageCaptureCore.ICCameraFile * int64 * int64 -> unit

Parameters

downloadedBytes
Int64
maxBytes
Int64

Implements

Attributes

Applies to