AttachmentState

sealed interface AttachmentState

Represents the state of an attachment.

Inheritors

Types

Link copied to clipboard
data class Fault(val error: Throwable) : AttachmentState
Link copied to clipboard
data object Idle : AttachmentState
Link copied to clipboard
data object Running : AttachmentState