GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Reports native related information to the Google Mobile Ads SDK from the adapter.
-
Notifies Google Mobile Ads SDK that the GADMediationAd started video playback.
Declaration
Objective-C
- (void)didPlayVideo;
-
Notifies Google Mobile Ads SDK that the GADMediationAd paused video playback.
Declaration
Objective-C
- (void)didPauseVideo;
-
Notifies Google Mobile Ads SDK that the GADMediationAd’s video playback finished.
Declaration
Objective-C
- (void)didEndVideo;
-
Notifies Google Mobile Ads SDK that the GADMediationAd muted video playback.
Declaration
Objective-C
- (void)didMuteVideo;
-
Notifies Google Mobile Ads SDK that the GADMediationAd unmuted video playback.
Declaration
Objective-C
- (void)didUnmuteVideo;
-
Notifies Google Mobile Ads SDK that an action on the GADMediationAd will cause the application
to move into the background.
Declaration
Objective-C
- (void)willBackgroundApplication;
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,["# 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;"]]