DFPBannerViewOptions
@interface DFPBannerViewOptions : GADAdLoaderOptionsAd loader options for banner ads.
-
Optional delegate that is notified if the loaded banner sends app events.
Declaration
Objective-C
@property (readwrite, nonatomic, nullable) id<GADAppEventDelegate> appEventDelegate; -
Optional delegate that is notified if the loaded banner changes size.
Declaration
Objective-C
@property (readwrite, nonatomic, nullable) id<GADAdSizeDelegate> adSizeDelegate; -
Whether the publisher will record impressions manually when the ad becomes visible to the user.
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL enableManualImpressions;