You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried that.
Capacitor.Plugins.AdMob.addListener(InterstitialAdPluginEvents.Dismissed,
function() {
alert('test');
});
But InterstitialAdPluginEvents is not defined.
Le mer. 3 juil. 2024 à 19:51, Saninn Salas Diaz ***@***.***>
a écrit :
Hello
With last version of plugin + last version of Cordova.
Capacitor.Plugins.AdMob is found and i can display Ads, it works.
But, i need to have some Events about ads loaded/dismissed/errors. And InterstitialAdPluginEvents is undefined.
How can we manage events ?
npm install @capacitor-community/admob
import { AdMob, AdOptions, AdLoadInfo, InterstitialAdPluginEvents } from './@capacitor-community/admob';
Best regards
The text was updated successfully, but these errors were encountered: