[[["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,["# GoogleMobileAds Framework Reference\n\nGADMediationNativeAdEventDelegate\n=================================\n\n @protocol GADMediationNativeAdEventDelegate \u003c../Protocols/GADMediationAdEventDelegate.html\u003e\n\nReports native related information to the Google Mobile Ads SDK from the adapter.\n- `\n ``\n ``\n `\n\n ### [-didPlayVideo](#/c:objc(pl)GADMediationNativeAdEventDelegate(im)didPlayVideo)\n\n `\n ` \n Notifies Google Mobile Ads SDK that the GADMediationAd started video playback. \n\n #### Declaration\n\n Objective-C \n\n - (void)didPlayVideo;\n\n- `\n ``\n ``\n `\n\n ### [-didPauseVideo](#/c:objc(pl)GADMediationNativeAdEventDelegate(im)didPauseVideo)\n\n `\n ` \n Notifies Google Mobile Ads SDK that the GADMediationAd paused video playback. \n\n #### Declaration\n\n Objective-C \n\n - (void)didPauseVideo;\n\n- `\n ``\n ``\n `\n\n ### [-didEndVideo](#/c:objc(pl)GADMediationNativeAdEventDelegate(im)didEndVideo)\n\n `\n ` \n Notifies Google Mobile Ads SDK that the GADMediationAd's video playback finished. \n\n #### Declaration\n\n Objective-C \n\n - (void)didEndVideo;\n\n- `\n ``\n ``\n `\n\n ### [-didMuteVideo](#/c:objc(pl)GADMediationNativeAdEventDelegate(im)didMuteVideo)\n\n `\n ` \n Notifies Google Mobile Ads SDK that the GADMediationAd muted video playback. \n\n #### Declaration\n\n Objective-C \n\n - (void)didMuteVideo;\n\n- `\n ``\n ``\n `\n\n ### [-didUnmuteVideo](#/c:objc(pl)GADMediationNativeAdEventDelegate(im)didUnmuteVideo)\n\n `\n ` \n Notifies Google Mobile Ads SDK that the GADMediationAd unmuted video playback. \n\n #### Declaration\n\n Objective-C \n\n - (void)didUnmuteVideo;\n\n- `\n ``\n ``\n `\n\n ### [-willBackgroundApplication](#/c:objc(pl)GADMediationNativeAdEventDelegate(im)willBackgroundApplication)\n\n `\n ` \n Notifies Google Mobile Ads SDK that an action on the GADMediationAd will cause the application\n to move into the background. \n\n #### Declaration\n\n Objective-C \n\n - (void)willBackgroundApplication;"]]