Stay organized with collections
Save and categorize content based on your preferences.
firebase::gma::AdInspectorClosedListener
This is an abstract class.
#include <types.h>
Listener to be invoked when the Ad Inspector has been closed.
Summary
Public functions
OnAdInspectorClosed
virtual void OnAdInspectorClosed(
const AdResult & ad_result
)=0
Called when the user clicked the ad.
The AdResult contains the status of the operation, including details of the error if one occurred.
~AdInspectorClosedListener
virtual ~AdInspectorClosedListener()
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-01-23 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-01-23 UTC."],[[["`firebase::gma::AdInspectorClosedListener` is an abstract class that listens for when the Ad Inspector is closed."],["It provides a virtual function `OnAdInspectorClosed` which is called when the Ad Inspector is closed, providing an `AdResult` object containing the operation's status."],["Developers need to implement the `OnAdInspectorClosed` function in their derived classes to handle the Ad Inspector closure event."]]],[]]