Download Finished
data class DownloadFinished(downloadType: HttpRequestType, url: String, lastRedirectLocation: String?, downloadTime: Double, httpStatus: Int, size: Long, isSuccess: Boolean) : SourceEvent
Content copied to clipboard
Emitted when a download was finished.
Constructors
Link copied to clipboard
fun DownloadFinished(downloadType: HttpRequestType, url: String, lastRedirectLocation: String?, downloadTime: Double, httpStatus: Int, size: Long, isSuccess: Boolean)
Content copied to clipboard