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: GADAdChoicesPosition { get set }
Objective-C
@property (nonatomic) GADAdChoicesPosition preferredAdChoicesPosition;