GoogleMobileAds Framework Reference

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;