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
DownloadFinished
Link copied to clipboard
fun DownloadFinished(downloadType: HttpRequestType, url: String, lastRedirectLocation: String?, downloadTime: Double, httpStatus: Int, size: Long, isSuccess: Boolean)
Content copied to clipboard
Properties
downloadTime
Link copied to clipboard
downloadType
Link copied to clipboard
httpStatus
Link copied to clipboard
lastRedirectLocation
Link copied to clipboard