GoogleMobileAds Framework Reference

  • The GADCustomEventNativeAdDelegate protocol is deprecated and GADMediationNativeAdEventDelegate should be used instead.

  • This protocol is for native ad's custom event communication with the Google Mobile Ads SDK.

  • The customEventNativeAd:didFailToLoadWithError: method tells the delegate that the custom event ad request failed.

  • The customEventNativeAd:didReceiveMediatedUnifiedNativeAd: method tells the delegate that the custom event ad request succeeded and loaded a unified native ad.

GADCustomEventNativeAdDelegate

Deprecated

Use GADMediationNativeAdEventDelegate instead.

@protocol GADCustomEventNativeAdDelegate <NSObject>

The delegate of the GADCustomEventNativeAd object must adopt the GADCustomEventNativeAdDelegate protocol. Methods in this protocol are used for native ad’s custom event communication with the Google Mobile Ads SDK.