toggle menu
KAHelpers
androidJvm
switch theme
search in API
file
/
dev.funkymuse.file
/
downloadFileWithProgress
download
File
With
Progress
fun
downloadFileWithProgress
(
urlPath
:
String
,
localPath
:
String
,
connectionCallBack
:
(
responseCode
:
Int
)
->
Unit
=
{}
,
onError
:
(
Exception
)
->
Unit
=
{}
,
progress
:
(
Int
)
->
Unit
=
{}
,
callback
:
(
Uri
?
)
->
Unit
=
{}
)