Other Enumerations

The following enumerations are available globally.

  • The reason behind IDLE status change.

    • CacheStatusIdleReason.notStarted: The task has been created, but has not started yet.
    • CacheStatusIdleReason.paused: The task is manually paused.
    • CacheStatusIdleReason.lostNetwork: The task is paused due to lost network connection.

    Declaration

    Swift

    @objc(THEOplayerCacheStatusIdleReason)
    public enum CacheStatusIdleReason : Int