Package 

Class UploadProgress


  • @Serializable() 
    public final class UploadProgress
    
                        

    Progress update emitted while OrigonClient.uploadAttachment is in flight.

    totalBytes may be null when the underlying transport doesn't report a content length (mirrors the total = -1 sentinel from the native progress callback). percent is null in the same case.