Event
Class that maps all the events that are notified
Types
Link copied to clipboard
All file needed are downloaded
Link copied to clipboard
data class DownloadProgress(val fileName: String, val percentage: Double = 0.0) : UFServiceMessageV1.Event
Content copied to clipboard
Percent of file downloaded
Link copied to clipboard
data class Error(val details: List<String> = emptyList()) : UFServiceMessageV1.Event
Content copied to clipboard
An error is occurred
Link copied to clipboard
data class FileDownloaded(val fileDownloaded: String) : UFServiceMessageV1.Event
Content copied to clipboard
A file is downloaded
Link copied to clipboard
Client is contacting server to retrieve new action to execute
Link copied to clipboard
data class StartDownloadFile(val fileName: String) : UFServiceMessageV1.Event
Content copied to clipboard
A file downloading is started
Link copied to clipboard
An update is available on cloud
Link copied to clipboard
data class UpdateFinished(val successApply: Boolean, val details: List<String> = emptyList()) : UFServiceMessageV1.Event
Content copied to clipboard
Update process is finish
Link copied to clipboard
data class UpdateProgress( val phaseName: String, val phaseDescription: String = "", val percentage: Double = 0.0) : UFServiceMessageV1.Event
Content copied to clipboard
Update phase