UploadStatus

data class UploadStatus(val state: UploadState, val progress: Int)

Constructors

Link copied to clipboard
constructor(state: UploadState, progress: Int)

Properties

Link copied to clipboard
Link copied to clipboard