data class DownloadProgressEvent : PageEvent
<init> |
DownloadProgressEvent(guid: String, totalBytes: Double, receivedBytes: Double, state: String) |
guid |
Global unique identifier of the download. val guid: String |
receivedBytes |
Total bytes received. val receivedBytes: Double |
state |
Download status. val state: String |
totalBytes |
Total expected bytes to download. val totalBytes: Double |