AdType

@objc(YMAAdType)
public enum AdType : Int

A type of ad.

  • The type of ad is banner.

    Declaration

    Swift

    case banner
  • The type of ad is interstitial.

    Declaration

    Swift

    case interstitial
  • The type of ad is rewarded.

    Declaration

    Swift

    case rewarded
  • The type of ad is native.

    Declaration

    Swift

    case native
  • The type of ad is app open.

    Declaration

    Swift

    case appOpenAd
  • Undocumented

    Declaration

    Swift

    public var underlying: String { get }