JWAdCompanionType

@objc
public enum JWAdCompanionType : Int

Constants representing the type of creative in an ad companion.

  • An iFrame

    Declaration

    Swift

    case iframe
  • A static image

    Declaration

    Swift

    case `static`
  • An HTML page or resource

    Declaration

    Swift

    case html