GoogleMobileAds Framework Reference

GADMediaContent

@interface 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

    Objective-C

    @property (readonly, nonatomic) CGFloat aspectRatio;
  • The main image to be displayed when the media content doesn’t contain video.

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic, nullable) UIImage *mainImage;