GADUnifiedNativeAdLoaderDelegate
@protocol GADUnifiedNativeAdLoaderDelegate <GADAdLoaderDelegate>
The delegate of a GADAdLoader object implements this protocol to receive GADUnifiedNativeAd ads.
-
Called when a unified native ad is received.
Declaration
Swift
func adLoader(_ adLoader: GADAdLoader, didReceive nativeAd: GADUnifiedNativeAd)
Objective-C
- (void)adLoader:(nonnull GADAdLoader *)adLoader didReceiveUnifiedNativeAd:(nonnull GADUnifiedNativeAd *)nativeAd;