<OnlineServiceUploadDelegate>协议参考

回调函数 更多...

所有成员的列表。

公有成员

(void) - didSendBodyData:totalBytesSent:totalBytesExpectedToSend:
 数据上传进度显示
(void) - uploadResult:
 上传结果回调函数

详细描述

回调函数


成员函数文档

- (void) didSendBodyData: (int64_t)  bytesSent
totalBytesSent: (int64_t)  totalBytesSent
totalBytesExpectedToSend: (int64_t)  totalBytesExpectedToSend 
[optional]

数据上传进度显示

参数:
bytesSent 当前上传的大小
totalBytesSent 当前已经上传的总大小
totalBytesExpectedToWrite 当前上传文件的总大小
- (void) uploadResult: (NSString *)  error   [optional]

上传结果回调函数

参数:
error 若为nil,则成功

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