---
title: "didReceiveDownloadProgress(for:downloadedBytes:maxBytes:)"
framework: imagecapturecore
role: symbol
role_heading: Instance Method
path: "imagecapturecore/iccameradevicedownloaddelegate/didreceivedownloadprogress(for:downloadedbytes:maxbytes:)"
---

# didReceiveDownloadProgress(for:downloadedBytes:maxBytes:)

Updates the delegate about the status of the download.

## Declaration

```swift
optional func didReceiveDownloadProgress(for file: ICCameraFile, downloadedBytes: off_t, maxBytes: off_t)
```

## See Also

### Responding to Download Status

- [didDownloadFile(_:error:options:contextInfo:)](imagecapturecore/iccameradevicedownloaddelegate/diddownloadfile(_:error:options:contextinfo:).md)
