PlaybackRewindRule
public enum PlaybackRewindRule : String, Codable, CaseIterable
Rules that enforce ad playback policy when the user performs rewind operation.
-
Policy value enforcing the rule that the player will replay all the ad breaks that were leaped over by the user during trick mode rewind operation.
Declaration
Swift
case TRICK_RW_PLAY_ALL -
Policy value enforcing the rule that the player will replay only the first ad break that was leaped over by the user during trick mode rewind operation.
Declaration
Swift
case TRICK_RW_PLAY_FIRST -
Policy value enforcing the rule that the player will replay only the last ad break that was leaped over by the user during trick mode rewind operation.
Declaration
Swift
case TRICK_RW_PLAY_LAST -
Policy value enforcing the rule that the player will skip all the ad breaks that were leaped over by the user during trick mode rewind operation.
Declaration
Swift
case TRICK_RW_SKIP_ALL