lpw
2024-06-28 6b1d9ec423fd92dbed26cb421e7dec7b5dc9e0ee
commit | author | age
96fe76 1 //
L 2 //  GAMBannerViewOptions.h
3 //  Google Mobile Ads SDK
4 //
5 //  Copyright 2016 Google LLC. All rights reserved.
6 //
7
8 #import <GoogleMobileAds/GADAdLoader.h>
9
10 /// Ad loader options for banner ads.
11 @interface GAMBannerViewOptions : GADAdLoaderOptions
12
13 /// Whether the publisher will record impressions manually when the ad becomes visible to the user.
14 @property(nonatomic, assign) BOOL enableManualImpressions;
15
16 @end