ResumableUploadState
data class ResumableUploadState(val fingerprint: Fingerprint, cacheEntry: ResumableCacheEntry, val status: UploadStatus, val paused: Boolean)(source)
Represents the state of a resumable upload
Parameters
fingerprint
The fingerprint of the upload
status
The current upload status
paused
Whether the upload is paused
Constructors
Link copied to clipboard
constructor(fingerprint: Fingerprint, cacheEntry: ResumableCacheEntry, status: UploadStatus, paused: Boolean)