public interface ICCameraDeviceDownloadDelegate
The object passed in as 'downloadDelegate' in the 'requestDownloadFile:options:downloadDelegate:didDownloadSelector:contextInfo:' message must conform to ICCameraDeviceDownloadDelegate protocol.
| Modifier and Type | Method and Description |
|---|---|
default void |
didDownloadFileErrorOptionsContextInfo(ICCameraFile file,
NSError error,
NSDictionary<java.lang.String,?> options,
org.moe.natj.general.ptr.VoidPtr contextInfo)
didDownloadFile:error:options:contextInfo:
|
default void |
didReceiveDownloadProgressForFileDownloadedBytesMaxBytes(ICCameraFile file,
long downloadedBytes,
long maxBytes)
didReceiveDownloadProgressForFile:downloadedBytes:maxBytes:
|
default void didDownloadFileErrorOptionsContextInfo(ICCameraFile file, NSError error, NSDictionary<java.lang.String,?> options, org.moe.natj.general.ptr.VoidPtr contextInfo)
This message is sent to the delegate when the requested download operation is complete.
default void didReceiveDownloadProgressForFileDownloadedBytesMaxBytes(ICCameraFile file, long downloadedBytes, long maxBytes)
This message is sent to the delegate to provide status of the download operation.