ContentDownloadThreadPriority
Objective-C
enum ContentDownloadThreadPriority : NSInteger {}
Swift
enum ContentDownloadThreadPriority : Int, @unchecked Sendable
Constants indicating the download thread priorities.
-
Priority default.
Declaration
Objective-C
ContentDownloadThreadPriorityDefault
Swift
case `default` = 0
-
Priority low.
Declaration
Objective-C
ContentDownloadThreadPriorityLow
Swift
case low = 1
-
Priority high.
Declaration
Objective-C
ContentDownloadThreadPriorityHigh
Swift
case high = 2