Android
androidJvm
downloads-api
/
com.duckduckgo.downloads.api
/
DownloadsRepository
/
update
update
abstract
suspend
fun
update
(
downloadId
:
Long
,
downloadStatus
:
Int
,
contentLength
:
Long
)
abstract
suspend
fun
update
(
fileName
:
String
,
downloadStatus
:
Int
,
contentLength
:
Long
)