AdType

@objc(AASDKAdType)
public enum AdType : Int, CaseIterable

The AdType is VAST compliant and provides information on which kind of ad is currently handled by the AdManager.

  • The ad only has an audio track.

    Declaration

    Swift

    case audio
  • The ad has a video track, as well.

    Declaration

    Swift

    case video
  • Hybrid ad.

    Declaration

    Swift

    case hybrid