lpw
2024-06-24 96fe7669fe8da0110590467e2e95ad88c0149112
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