Share via


IICCameraDeviceDownloadDelegate.DidReceiveDownloadProgress Method

Definition

[Foundation.Export("didReceiveDownloadProgressForFile:downloadedBytes:maxBytes:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidReceiveDownloadProgress(ImageCaptureCore.ICCameraFile file, long downloadedBytes, long maxBytes);
[<Foundation.Export("didReceiveDownloadProgressForFile:downloadedBytes:maxBytes:")>]
[<Foundation.OptionalMember>]
[<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
Attributes

Applies to