MediationAppOpenAd
Stay organized with collections
Save and categorize content based on your preferences.
Interface definition describing methods that may be invoked once an app open ad has
loaded.
Public Method Summary
abstract void |
showAd( Context
context)
Called when the publisher asks to show the app open ad.
|
Public Methods
public abstract void showAd (Context
context)
Called when the publisher asks to show the app open ad.
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 2024-10-31 UTC.
[[["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 2024-10-31 UTC."],[[["`MediationAppOpenAd` is an interface that defines methods for interacting with app open ads once they have loaded."],["The primary method is `showAd`, which is called by the publisher to display the loaded app open ad to the user."]]],["The `MediationAppOpenAd` interface defines methods for interacting with a loaded app open ad. The key action is the `showAd` method, which is called by the publisher to display the ad. This method requires a `Context` object as a parameter, which is necessary for the ad to be displayed within the application. This method must be implemented to allow the ad to be presented.\n"]]