# DownloadTask.onProgressUpdate(function callback)

订阅下载进度变化事件事件

# 参数

# function callback

下载进度变化事件的回调

# 参数

# Object res
属性 类型 说明
progress number 当前下载进度百分比
totalBytesWritten number 当前已经下载的数据长度,单位 Bytes
totalBytesExpectedToWrite number 预期需要下载的数据总长度,单位 Bytes

在线客服