UploadStatus

sealed interface UploadStatus(source)

Represents the status of an upload

Inheritors

Types

Link copied to clipboard
data class Progress(val totalBytesSend: Long, val contentLength: Long) : UploadStatus

Represents the progress of an upload

Link copied to clipboard
value class Success(val response: FileUploadResponse) : UploadStatus

Represents the success of an upload