Offline Asset
- 
                  
                  
 See moreOTVPersistenceManageris a singleton that manages all download related functionality. It utilisesOTVDownloadingAssetManagerfor outstanding downloads andOTVAssetsManagerfor completed downloads.DeclarationObjective-C @interface OTVPersistenceManager : NSObject
- 
                  
                  Downloads are represented by the objects of the class See moreOTVPersistenceAsset. They have aOTVDownloadStateto reflect their lifecycle.DeclarationObjective-C @interface OTVPersistenceAsset : NSObject
- 
                  
                  ObjectiveC compatible enumeration of the possible states of a persistence asset. See moreDeclarationObjective-C enum OTVDownloadState : NSInteger {}Swift enum OTVPersistenceAssetState : Int
 Offline Asset  Reference
      Offline Asset  Reference