GoogleMobileAds Framework Reference

  • The GADNativeAdLoaderDelegate protocol enables the reception of GADNativeAd objects within a GADAdLoader.

  • When a native ad is successfully received, the adLoader:didReceiveNativeAd: method is called, providing the ad loader and the native ad itself.

GADNativeAdLoaderDelegate

@protocol GADNativeAdLoaderDelegate <GADAdLoaderDelegate>

The delegate of a GADAdLoader object implements this protocol to receive GADNativeAd ads.