DITAttachmentFetchEventProgress

@interface DITAttachmentFetchEventProgress : DITAttachmentFetchEvent

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

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

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSUInteger downloadedBytes;
  • The full size of the attachment, if it were complete.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSUInteger totalBytes;