java-unified-sdk icon indicating copy to clipboard operation
java-unified-sdk copied to clipboard

待补充文件下载方法

Open SXiaoXu opened this issue 6 years ago • 0 comments

可以参考 Objective - C 返回的参数和命名方法:

[file downloadWithProgress:^(NSInteger number) {
    // 下载的进度数据,number 介于 0 和 100
} completionHandler:^(NSURL * _Nullable filePath, NSError * _Nullable error) {
    // filePath 是文件下载到本地的地址
}];

SXiaoXu avatar Oct 29 '19 04:10 SXiaoXu