HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.attachment
/
AttachmentState
Attachment
State
sealed
interface
AttachmentState
Represents the state of an attachment.
Inheritors
Idle
Running
Fault
Members
Types
Fault
Link copied to clipboard
data
class
Fault
(
val
error
:
Throwable
)
:
AttachmentState
Idle
Link copied to clipboard
data
object
Idle
:
AttachmentState
Running
Link copied to clipboard
data
object
Running
:
AttachmentState