toggle menu
KAHelpers
androidJvm
switch theme
search in API
retrofit
/
dev.funkymuse.retrofit
/
progressDSL
progress
DSL
inline
fun
progressDSL
(
crossinline
onProgressStarted
:
(
)
->
Unit
=
{}
,
crossinline
onProgressFinished
:
(
)
->
Unit
=
{}
,
crossinline
onProgressChanged
:
(
percent
:
Int
)
->
Unit
=
{ _ -> }
)
:
OnAttachmentDownloadListener