Skip to main content

LocalAttachmentState

A local state of the attachment. Applies only for attachments linked to the new messages sent from current device.

public enum LocalAttachmentState: Hashable 

Inheritance

Hashable

Enumeration Cases

pendingUpload

The attachment is waiting to be uploaded.

case pendingUpload

uploading

The attachment is currently being uploaded. The progress in [0, 1] range.

case uploading(progress: Double)

uploadingFailed

Uploading of the message failed. The system will not trying to upload this attachment anymore.

case uploadingFailed

uploaded

The attachment is successfully uploaded.

case uploaded

Did you find this page helpful?