GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
-
GADNativeAdMediaAdLoaderOptions
provides settings for customizing the media aspects of native ads, such as image and video ratios. -
By default, it returns portrait, landscape, and square aspect ratios unless the
mediaAspectRatio
property is explicitly set to a specific value orGADMediaAspectRatioAny
. -
Developers can control the preferred aspect ratios for media elements within their native ads by using the
mediaAspectRatio
property of this class.
GADNativeAdMediaAdLoaderOptions
@interface GADNativeAdMediaAdLoaderOptions : GADAdLoaderOptions
Ad loader options for native ad media settings.
-
Image and video aspect ratios. Defaults to GADMediaAspectRatioUnknown. Portrait, landscape, and square aspect ratios are returned when this property is GADMediaAspectRatioUnknown or GADMediaAspectRatioAny.
Declaration
Swift
var mediaAspectRatio: MediaAspectRatio { get set }
Objective-C
@property (nonatomic) GADMediaAspectRatio mediaAspectRatio;