DownloadProgress

data class DownloadProgress(val fileName: String, val percentage: Double = 0.0) : UFServiceMessageV1.Event

Percent of file downloaded

Constructors

Link copied to clipboard
fun DownloadProgress(fileName: String, percentage: Double = 0.0)

Functions

Link copied to clipboard
open override fun toJson(): String

Properties

Link copied to clipboard
open override val description: String

Message description

Link copied to clipboard
val fileName: String

file name

Link copied to clipboard
open override val name: UFServiceMessageV1.MessageName

Message type

Link copied to clipboard
val percentage: Double = 0.0

percentage of file that it is downloaded