ProgressListenerAdapter

An empty implementation of a ProgressListener.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onComplete(@NonNull output: File)
Called when download successfully finished.
Link copied to clipboard
open fun onError(@NonNull exception: Throwable)
Called when an error occurred during download.
Link copied to clipboard
open fun onProgress(@NonNull progress: Progress)
Called when download progressed.