PSPDFDownloadManagerObjectState
Objective-C
NS_CLOSED_ENUM(NSUInteger, PSPDFDownloadManagerObjectState) {
PSPDFDownloadManagerObjectStateNotHandled,
PSPDFDownloadManagerObjectStateWaiting,
PSPDFDownloadManagerObjectStateLoading,
PSPDFDownloadManagerObjectStateFailed,
}
Swift
@frozen enum ObjectState : UInt
Undocumented
-
Undocumented
Declaration
Objective-C
PSPDFDownloadManagerObjectStateNotHandled
Swift
case notHandled = 0
-
Undocumented
Declaration
Objective-C
PSPDFDownloadManagerObjectStateWaiting
Swift
case waiting = 1
-
Undocumented
Declaration
Objective-C
PSPDFDownloadManagerObjectStateLoading
Swift
case loading = 2
-
Undocumented
Declaration
Objective-C
PSPDFDownloadManagerObjectStateFailed
Swift
case failed = 3