DownloadStatusCallback

interface DownloadStatusCallback

Callback which is getting called to report changes in download session. This callback can be invoked from any thread at the moment and the client is responsible for posting it back to a desired thread.

Functions

run
Link copied to clipboard
abstract fun run(@NonNull status: DownloadStatus)