# DownloadTask.onProgressUpdate

更新时间:2024-07-23 11:06:59

# DownloadTask.onProgressUpdate(function callback)

监听下载进度变化事件

# 参数

# function callback

上传进度变化事件的回调函数

# 参数

# Object res

属性 类型 说明
progress number 下载进度百分比
totalBytesSent number 已经下载的数据长度,单位 Bytes
totalBytesExpectedToSend number 预期需要下载的数据总长度,单位 Bytes
Copyright ©2025, All Rights Reserved