DownloadProgress

data class DownloadProgress(val currentDownloads: CurrentDownloads? = null) : Event

Event data class used to inform the Host app on the progress of active downloads

Constructors

Link copied to clipboard
fun DownloadProgress(currentDownloads: CurrentDownloads? = null)

Properties

Link copied to clipboard
val currentDownloads: CurrentDownloads? = null

An actual container of download operations, grouped by certain criteria.