lpw
2024-06-28 6b1d9ec423fd92dbed26cb421e7dec7b5dc9e0ee
commit | author | age
96fe76 1 //
L 2 //  GADNativeAdViewAdOptions.h
3 //  Google Mobile Ads SDK
4 //
5 //  Copyright 2016 Google LLC. All rights reserved.
6 //
7
8 #import <GoogleMobileAds/GADAdChoicesPosition.h>
9 #import <GoogleMobileAds/GADAdLoader.h>
10
11 /// Ad loader options for configuring the view of native ads.
12 @interface GADNativeAdViewAdOptions : GADAdLoaderOptions
13
14 /// Indicates preferred location of AdChoices icon. Default is GADAdChoicesPositionTopRightCorner.
15 @property(nonatomic, assign) GADAdChoicesPosition preferredAdChoicesPosition;
16
17 @end