onDownload

abstract fun onDownload(@NonNull download: DownloadOptions): DownloadOptions

The function to intercept HTTP download options with.

Return

The modified DownloadOptions object.

Parameters

download

The original DownloadOptions object to be modified.