UNPKG

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.

9 lines (8 loc) 260 B
export * from "./app-open"; export * from "./banner"; export { MobileAd, MobileAdOptions } from "./base"; export * from "./interstitial"; export * from "./native"; export * from "./rewarded"; export * from "./rewarded-interstitial"; export * from "./webview";