UploadStatus

sealed interface UploadStatus

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Error(val message: String) : Dockware.UploadStatus
Link copied to clipboard
Link copied to clipboard
data class Progress(val percent: Int) : Dockware.UploadStatus