GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
protocol GADMediatedNativeAd : NSObjectProtocol
Base protocol for mediated native ads.
-
Returns a delegate object that receives state change notifications.
-
Returns a dictionary of asset names and object pairs for assets that are not handled by
properties of the GADMediatedNativeAd subclass.
Declaration
Swift
func extraAssets() -> [AnyHashable : Any]?
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-03-03 UTC.
[null,null,["Last updated 2021-03-03 UTC."],[],[],null,["GADMediatedNativeAd \n\n protocol GADMediatedNativeAd : NSObjectProtocol\n\nBase protocol for mediated native ads.\n- `\n ``\n ``\n `\n\n [mediatedNativeAdDelegate()](#/c:objc(pl)GADMediatedNativeAd(im)mediatedNativeAdDelegate)`\n ` \n Returns a delegate object that receives state change notifications. \n\n Declaration \n Swift \n\n func mediatedNativeAdDelegate() -\u003e ../Protocols/GADMediatedNativeAdDelegate.html?\n\n- `\n ``\n ``\n `\n\n [extraAssets()](#/c:objc(pl)GADMediatedNativeAd(im)extraAssets)`\n ` \n Returns a dictionary of asset names and object pairs for assets that are not handled by\n properties of the GADMediatedNativeAd subclass. \n\n Declaration \n Swift \n\n func extraAssets() -\u003e [AnyHashable : Any]?"]]