CacheStatus
@objc(THEOplayerCacheStatus)
public enum CacheStatus : Int
Indicates the status of the Cache.
Remark
CacheStatus.uninitialised: means that previously persisted tasks are not yet available.CacheStatus.initialised: means that previously persisted tasks are available in the tasks property.
-
The raw value of type String.
Declaration
Swift
public var _rawValue: String { get set }
CacheStatus Enumeration Reference