To discuss and provide feedback on our products, join the official AdMob Discord channel in the Google Advertising and Measurement Community server.
GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Spark icon
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;