开发 API 网络 下载 DownloadTask DownloadTask.onProgressUpdate
# DownloadTask.onProgressUpdate(function callback)
更新时间:2023-02-01 11:07:53
监听下载进度变化事件
# 参数
# function callback
下载进度变化事件的回调函数
# 参数
# Object res
属性 | 类型 | 说明 |
---|---|---|
progress | number | 下载进度百分比 |
totalBytesWritten | number | 已经下载的数据长度,单位 Bytes |
totalBytesExpectedToWrite | number | 预期需要下载的数据总长度,单位 Bytes |
上一篇:《DownloadTask.offProgressUpdate》
下一篇:《ks.uploadFile》
仍有疑问? 前往社区提问