admob-plus-cordova
Version:
Trustable Google AdMob Cordova Plugin, successor of cordova-plugin-admob-free. Unlike some Cordova AdMob plugins, no ad-sharing, free to use. TypeScript friendly. Compatible with Ionic. admob-plus-cordova is one of the most popular Cordova AdMob plugins.
19 lines (16 loc) • 348 B
JavaScript
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
;
const AdMob = {
adCreate() {},
adHide() {},
adIsLoaded() {},
adLoad() {},
adShow() {},
bannerConfig() {},
configure() {},
ready() {},
start() {},
webviewGoto() {},
};
// eslint-disable-next-line
require('cordova/exec/proxy').add('AdMob', AdMob);