State
Types
Link copied to clipboard
Link copied to clipboard
data class CompressingVideo(val percent: Float) : ContentUploadStateTracker.State
Content copied to clipboard
Link copied to clipboard
data class Encrypting(val current: Long, val total: Long) : ContentUploadStateTracker.State
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Failure(val throwable: Throwable) : ContentUploadStateTracker.State
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Uploading(val current: Long, val total: Long) : ContentUploadStateTracker.State
Content copied to clipboard
Link copied to clipboard
data class UploadingThumbnail(val current: Long, val total: Long) : ContentUploadStateTracker.State
Content copied to clipboard