DittoSharp
0.4.0-alpha5
|
A representation of the status of an attachment. More...
Classes | |
class | Completed |
An attachment status used when the attachment's download has completed. More... | |
class | Deleted |
An attachment status used when the attachment is deleted. More... | |
class | Incomplete |
An attachment status used when the attachment's download is incomplete. More... | |
A representation of the status of an attachment.
An attachment's status can be one of three types: completed, incomplete, or deleted.
Updates to an attachment's status are delivered by registering a DittoAttachmentFetcher through a call to DittoCollection.FetchAttachment(DittoAttachmentToken, Action<DittoAttachmentStatus>).