Interface ICCameraDeviceDownloadDelegate

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
ICCameraDeviceDownloadDelegateAdapter

public interface ICCameraDeviceDownloadDelegate
extends NSObjectProtocol
  • Method Details

    • didDownloadFile

      void didDownloadFile​(ICCameraFile file, NSError error, NSDictionary<NSString,​?> options, VoidPtr contextInfo)
    • didReceiveDownloadProgress

      void didReceiveDownloadProgress​(ICCameraFile file, long downloadedBytes, long maxBytes)
      Since:
      Available in iOS 13.0 and later.