JWAdPosition

@objc
public enum JWAdPosition : Int
extension JWAdPosition: CustomStringConvertible

Constants denoting an ad’s position in the content.

  • pre

    The ad plays before the content appears.

    Declaration

    Swift

    case pre
  • The ad plays after the content has completed.

    Declaration

    Swift

    case post
  • mid

    The ad interrupts the content, and plays itself.

    Declaration

    Swift

    case mid
  • The ad position is unknown.

    Declaration

    Swift

    case unknown
  • Declaration

    Swift

    public var description: String { get }