InProgress

data class InProgress(val bytesUploaded: Long, val totalBytes: Long) : Attachment.UploadState

State representing attachment upload progress.

Constructors

Link copied to clipboard
constructor(bytesUploaded: Long, totalBytes: Long)

Properties

Link copied to clipboard
Link copied to clipboard