<OnlineServiceDownloadDelegate>协议参考

下载结果回调函数 更多...

所有成员的列表。

公有成员

(void) - bytesWritten:totalBytesWritten:totalBytesExpectedToWrite:
 下载进度显示
(void) - downloadResult:
 下载结果

详细描述

下载结果回调函数


成员函数文档

- (void) bytesWritten: (int64_t)  bytesWritten
totalBytesWritten: (int64_t)  totalBytesWritten
totalBytesExpectedToWrite: (int64_t)  totalBytesExpectedToWrite 
[optional]

下载进度显示

参数:
bytesWritten 当前需要下载的大小
totalBytesWritten 当前已经下载的总大小
totalBytesExpectedToWrite 当前下载文件的总大小
- (void) downloadResult: (NSString *)  error   [optional]

下载结果

参数:
error 若为nil,则成功

该协议的文档由以下文件生成: