GoogleMobileAds Framework Reference

GADNativeAdViewAdOptions


@interface GADNativeAdViewAdOptions : GADAdLoaderOptions

Ad loader options for configuring the view of native ads.

  • Indicates preferred location of AdChoices icon. Default is GADAdChoicesPositionTopRightCorner.

    Declaration

    Swift

    var preferredAdChoicesPosition: AdChoicesPosition { get set }

    Objective-C

    @property (nonatomic) GADAdChoicesPosition preferredAdChoicesPosition;