GoogleMobileAds Framework Reference

GADMediaContent

class GADMediaContent : NSObject

Provides media content information. Interact with instances of this class on the main queue only.

  • Media content aspect ratio (width/height). The value is 0 when there’s no media content or the media content aspect ratio is unknown.

    Declaration

    Swift

    var aspectRatio: CGFloat { get }
  • The main image to be displayed when the media content doesn’t contain video.

    Declaration

    Swift

    var mainImage: UIImage? { get set }