BlackoutAction

public enum BlackoutAction : String, Codable

Blackout Action

  • Represents content allowed to continue playback.

    Declaration

    Swift

    case allow = "ALLOW"
  • Represents content denied playback

    Declaration

    Swift

    case deny = "DENY"
  • Represents content denied playback but allowed with subscription upgrade

    Declaration

    Swift

    case allowWithUpgrade = "ALLOW_WITH_UPGRADE"