JWAdShownOnSeek

@objc
public enum JWAdShownOnSeek : Int

The different options for showing an ad when the first playback is caused by a seek.

  • Do not show ad.

    Declaration

    Swift

    case none
  • pre

    Play preroll ad before the content’s initial playback.

    Declaration

    Swift

    case pre