OTVPersistenceAssetState
@objc(OTVDownloadState)
public enum OTVPersistenceAssetState : Int
ObjectiveC compatible enumeration of the possible states of a persistence asset.
-
The initial state.
Declaration
Swift
case notDownloaded
-
OTVPersistenceAsset is being prepared.
Declaration
Swift
case preparing
-
OTVPersistenceAsset is prepared and ready to be downloaded.
Declaration
Swift
case prepared
-
Download is in progress.
Declaration
Swift
case downloading
-
Download has been paused.
Declaration
Swift
case paused
-
Download has completed.
Declaration
Swift
case downloaded
-
An error has occurred during attempt to download.
Declaration
Swift
case error