progressDSL

inline fun progressDSL(crossinline onProgressStarted: () -> Unit = {}, crossinline onProgressFinished: () -> Unit = {}, crossinline onProgressChanged: (percent: Int) -> Unit = { _ -> }): OnAttachmentDownloadListener