DITAttachmentStatusIncomplete

@interface DITAttachmentStatusIncomplete : DITAttachmentStatus

An attachment status used when the attachment’s download is incomplete.

  • 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;