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 |