Skip to main content

AttachmentUploadingState

A type representing the uploading state for attachments that require prior uploading.

public struct AttachmentUploadingState: Equatable 

Inheritance

Equatable

Properties

localFileURL

The local file URL that is being uploaded.

public let localFileURL: URL

state

The uploading state.

public let state: LocalAttachmentState

file

The information about file size/mimeType.

public let file: AttachmentFile

Did you find this page helpful?