JWAdType

@objc
public enum JWAdType : Int

Constants denoting an ad’s type

  • Ad interrupts content either before, during, or after it has played.

    Declaration

    Swift

    case linear
  • Ad type has not been set.

    Declaration

    Swift

    case unknown