RCResumeableDownloaderDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RCResumeableDownloader.h |
– downloadItem:filePath:
required method
下载完成后调用
- (void)downloadItem:(RCDownloadItem *)item filePath:(NSString *)path
Parameters
item |
下载任务实例 |
---|---|
path |
下载任务完成后的文件路径 |
Discussion
下载完成后调用
通过 itemWithMessageId: 方法获取到写下载项,不会调用该方法
Declared In
RCResumeableDownloader.h