Ditto Attachment Fetch Event
sealed class DittoAttachmentFetchEvent
Content copied to clipboard
The different events that can occur in relation to an attachment fetch.
There are three different attachment fetch events: Completed
, Progress
, or Deleted
.
There will be at most one Completed
or Deleted
event per attachment fetch. There can be many Progress
events delivered for each attachment fetch.
Updates relating to an attachment fetch are delivered by registering a DittoAttachmentFetcher through a call to fetchAttachment
on a DittoCollection instance.
Types
Completed
Link copied to clipboard
Deleted
Link copied to clipboard
Progress
Link copied to clipboard
Functions
asCompleted
Link copied to clipboard
asDeleted
Link copied to clipboard
asProgress
Link copied to clipboard
Properties
type
Link copied to clipboard
Inheritors
DittoAttachmentFetchEvent
Link copied to clipboard
DittoAttachmentFetchEvent
Link copied to clipboard
DittoAttachmentFetchEvent
Link copied to clipboard