JWAdShownOnSeek

@objc
public enum JWAdShownOnSeek : Int
extension JWAdShownOnSeek: CustomStringConvertible

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
  • Declaration

    Swift

    public var description: String { get }