AI-generated Key Takeaways
-
GADNativeAdLoaderDelegate is a protocol implemented by the delegate of a GADAdLoader object to receive GADNativeAd ads.
-
The
-adLoader:didReceiveNativeAd:method is called when a native ad is received.
GADNativeAdLoaderDelegate
@protocol GADNativeAdLoaderDelegate <GADAdLoaderDelegate>The delegate of a GADAdLoader object implements this protocol to receive GADNativeAd ads.
-
Called when a native ad is received.
Declaration
Swift
func adLoader(_ adLoader: GADAdLoader, didReceive nativeAd: NativeAd)Objective-C
- (void)adLoader:(nonnull GADAdLoader *)adLoader didReceiveNativeAd:(nonnull GADNativeAd *)nativeAd;