FileDownloaded

data class FileDownloaded(val fileDownloaded: String) : UFServiceMessageV1.Event

A file is downloaded

Constructors

Link copied to clipboard
fun FileDownloaded(fileDownloaded: String)

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 fileDownloaded: String

name of file downloaded

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

Message type