onAttachmentDownloadListenerDSL
inline fun onAttachmentDownloadListenerDSL(crossinline downloadStarted: () -> Unit = {}, crossinline downloadFinished: () -> Unit = {}, crossinline progress: (percentage: Int) -> Unit = {}): OnAttachmentDownloadListener