PLVDownloadState
enum PLVDownloadState : NSInteger {}
下载状态定义
-
起始默认的状态
Declaration
Objective-C
PLVDownloadStateDefault = 0
-
下载器创建过程的状态
Declaration
Objective-C
PLVDownloadStatePreparing = 1
-
下载器创建过程的状态
Declaration
Objective-C
PLVDownloadStatePrepared = 2
-
下载过程的状态
Declaration
Objective-C
PLVDownloadStateWaiting = 3
-
下载过程的状态
Declaration
Objective-C
PLVDownloadStateDownloading = 4
-
解压过程的状态
Declaration
Objective-C
PLVDownloadStateUnzipping = 5
-
解压过程的状态
Declaration
Objective-C
PLVDownloadStateUnzipped = 6
-
下载结果的状态
Declaration
Objective-C
PLVDownloadStateStopped = 7
-
下载结果的状态
Declaration
Objective-C
PLVDownloadStateSuccess = 8
-
下载结果的状态
Declaration
Objective-C
PLVDownloadStateFailed = 9