Downloading

data class Downloading(val artifacts: List<UFServiceMessageV1.State.Downloading.Artifact>) : UFServiceMessageV1.State

Client is downloading artifacts from server

Constructors

Link copied to clipboard
fun Downloading(artifacts: List<UFServiceMessageV1.State.Downloading.Artifact>)

Types

Link copied to clipboard
data class Artifact(    val name: String,     val size: Long,     val md5: String)

This class represent a file to download

Functions

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

Properties

Link copied to clipboard

list of all artifacts to download

Link copied to clipboard
open override val description: String

Message description

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

Message type