Ditto  1.0.13
Properties | List of all members
DittoSDK.DittoAttachmentFetchEvent.Progress Class Reference

An attachment fetch event used when the attachment's download has progressed but is not yet complete. More...

Inheritance diagram for DittoSDK.DittoAttachmentFetchEvent.Progress:
DittoSDK.DittoAttachmentFetchEvent

Properties

long DownloadedBytes [get]
 Gets the size of the attachment that was successfully downloaded, in bytes. More...
 
long TotalBytes [get]
 Gets the full size of the attachment, if it were complete. More...
 

Detailed Description

An attachment fetch event used when the attachment's download has progressed but is not yet complete.

Property Documentation

◆ DownloadedBytes

long DittoSDK.DittoAttachmentFetchEvent.Progress.DownloadedBytes
get

Gets the size of the attachment that was successfully downloaded, in bytes.

◆ TotalBytes

long DittoSDK.DittoAttachmentFetchEvent.Progress.TotalBytes
get

Gets the full size of the attachment, if it were complete.