PSPDFDownloadManagerObjectState

Objective-C

NS_CLOSED_ENUM(NSUInteger, PSPDFDownloadManagerObjectState) {
    PSPDFDownloadManagerObjectStateNotHandled,
    PSPDFDownloadManagerObjectStateWaiting,
    PSPDFDownloadManagerObjectStateLoading,
    PSPDFDownloadManagerObjectStateFailed,
}

Swift

@frozen enum ObjectState : UInt, @unchecked Sendable

Undocumented