Interface ICCameraDeviceDownloadDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
ICCameraDeviceDownloadDelegateAdapter
public interface ICCameraDeviceDownloadDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidDownloadFile(ICCameraFile file, NSError error, NSDictionary<NSString,?> options, VoidPtr contextInfo)voiddidReceiveDownloadProgress(ICCameraFile file, long downloadedBytes, long maxBytes)
-
Method Details
-
didDownloadFile
void didDownloadFile(ICCameraFile file, NSError error, NSDictionary<NSString,?> options, VoidPtr contextInfo) -
didReceiveDownloadProgress
- Since:
- Available in iOS 13.0 and later.
-