PlaybackFastForwardRule

public enum PlaybackFastForwardRule : String, Codable, CaseIterable

Rules that enforce ad playback policy when the user performs fast forward 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 fast forward operation.

    Declaration

    Swift

    case TRICK_FW_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 fast forward operation.

    Declaration

    Swift

    case TRICK_FW_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 fast forward operation.

    Declaration

    Swift

    case TRICK_FW_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 fast forward operation.

    Declaration

    Swift

    case TRICK_FW_SKIP_ALL