PlaybackInterruptedRule
public enum PlaybackInterruptedRule : String, Codable, CaseIterable
Rules that enforce ad playback policy when the playback is interrupted.
-
Policy value enforcing the rule that the player will skip the ad break that was interrupted e.g. phone call, etc.
Declaration
Swift
case INTERRUPT_SKIP -
Policy value enforcing the rule that the player will replay the ad break that was interrupted e.g. phone call, etc.
Declaration
Swift
case INTERRUPT_RESTART -
Policy value enforcing the rule that the player will resume the ad break that was interrupted e.g. phone call, etc.
Declaration
Swift
case INTERRUPT_RESUME