Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class OnProgressDownloadInterceptor(progressListenerDownload: OnAttachmentDownloadListener?) : Interceptor
Link copied to clipboard
class ProgressResponseBody(responseBody: ResponseBody, progressListener: OnAttachmentDownloadListener?) : ResponseBody

Functions

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