GoogleMobileAds Framework Reference

  • GADCustomEventNativeAdDelegate is deprecated and developers should use GADMediationNativeAdEventDelegate instead.

  • This protocol facilitates communication between native ad's custom events and the Google Mobile Ads SDK.

  • It includes methods to inform the delegate about the success or failure of custom event ad requests.

  • Upon success, the delegate receives a GADMediatedUnifiedNativeAd object.

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.