GoogleMobileAds Framework Reference

GADMediatedNativeAd

@protocol GADMediatedNativeAd <NSObject>

Base protocol for mediated native ads.

  • Returns a delegate object that receives state change notifications.

    Declaration

    Objective-C

    - (nullable id<GADMediatedNativeAdDelegate>)mediatedNativeAdDelegate;
  • Returns a dictionary of asset names and object pairs for assets that are not handled by properties of the GADMediatedNativeAd subclass.

    Declaration

    Objective-C

    - (nullable NSDictionary *)extraAssets;