AdSourceType

@objc(BMPAdSourceType)
public enum AdSourceType : Int

Type of the AdSource

  • Missing advertising source type

    Declaration

    Swift

    case none = 0
  • ima

    Interactive Media Ads

    Declaration

    Swift

    case ima
  • Unknown advertising source type

    Declaration

    Swift

    case unknown
  • Progressive advertising source type

    Declaration

    Swift

    case progressive
  • Bitmovin Advertising Module source type

    Declaration

    Swift

    case bitmovin