Stay organized with collections
Save and categorize content based on your preferences.
GADCustomEventNativeAdDelegate
@protocolGADCustomEventNativeAdDelegate<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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-03-03 UTC."],[],[],null,["GADCustomEventNativeAdDelegate \n\n @protocol GADCustomEventNativeAdDelegate \u003cNSObject\u003e\n\nThe delegate of the GADCustomEventNativeAd object must adopt the GADCustomEventNativeAdDelegate\nprotocol. Methods in this protocol are used for native ad's custom event communication with the\nGoogle Mobile Ads SDK.\n- `\n ``\n ``\n `\n\n [-customEventNativeAd:didReceiveMediatedNativeAd:](#/c:objc(pl)GADCustomEventNativeAdDelegate(im)customEventNativeAd:didReceiveMediatedNativeAd:)`\n ` \n Tells the delegate that the custom event ad request succeeded and loaded a native ad. \n\n Declaration \n Objective-C \n\n - (void)customEventNativeAd:\n (nonnull id\u003c../Protocols/GADCustomEventNativeAd.html\u003e)customEventNativeAd\n didReceiveMediatedNativeAd:\n (nonnull id\u003c../Protocols/GADMediatedNativeAd.html\u003e)mediatedNativeAd;\n\n- `\n ``\n ``\n `\n\n [-customEventNativeAd:didFailToLoadWithError:](#/c:objc(pl)GADCustomEventNativeAdDelegate(im)customEventNativeAd:didFailToLoadWithError:)`\n ` \n Tells the delegate that the custom event ad request failed. \n\n Declaration \n Objective-C \n\n - (void)customEventNativeAd:\n (nonnull id\u003c../Protocols/GADCustomEventNativeAd.html\u003e)customEventNativeAd\n didFailToLoadWithError:(nonnull NSError *)error;\n\n- `\n ``\n ``\n `\n\n [-customEventNativeAd:didReceiveMediatedUnifiedNativeAd:](#/c:objc(pl)GADCustomEventNativeAdDelegate(im)customEventNativeAd:didReceiveMediatedUnifiedNativeAd:)`\n ` \n Tells the delegate that the custom event ad request succeeded and loaded a unified native ad. \n\n Declaration \n Objective-C \n\n - (void)customEventNativeAd:\n (nonnull id\u003c../Protocols/GADCustomEventNativeAd.html\u003e)customEventNativeAd\n didReceiveMediatedUnifiedNativeAd:\n (nonnull id\u003c../Protocols/GADMediatedUnifiedNativeAd.html\u003e)mediatedUnifiedNativeAd;"]]