GADMediatedNativeAdDelegate
protocol GADMediatedNativeAdDelegate : NSObjectProtocol
GADMediatedNativeAdDelegate objects handle mediated native ad events.
-
Tells the delegate that the mediated native ad has rendered in |view| with clickable asset views and nonclickable asset views. viewController should be used to present modal views if the ad opens full screen.
-
Tells the delegate that the mediated native ad has recorded an impression. This method is called only once per mediated native ad.
-
Tells the delegate that the mediated native ad has recorded a user click on the asset named |assetName|. Full screen actions should be presented from |viewController|. This method is called only if -[GADMAdNetworkAdapter handlesUserClicks] returns NO.
-
Tells the delegate that the mediated native ad has untracked |view|. This method is called when the mediatedNativeAd is no longer rendered in the provided view and the delegate should stop tracking the view’s impressions and clicks. The method may also be called with a nil view when the view in which the mediated native ad has rendered is deallocated.
-
Tells the delegate that the mediated native ad has rendered in |view|. viewController should be used to present modal views for the ad.