Offline Asset
-
See moreOTVPersistenceManageris a singleton that manages all download related functionality. It utilisesOTVDownloadingAssetManagerfor outstanding downloads andOTVAssetsManagerfor completed downloads.Declaration
Swift
final public class OTVPersistenceManager : NSObject -
Downloads are represented by the objects of the class
See moreOTVPersistenceAsset. They have aOTVDownloadStateto reflect their lifecycle.Declaration
Swift
public class OTVPersistenceAsset : NSObject -
Enumeration of the possible states of a persistence asset.
See moreDeclaration
Swift
public enum OTVDownloadState : String, Codable
Offline Asset Reference