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.

8 lines (7 loc) 256 B
import { MobileAd, type MobileAdOptions } from "./base"; export declare class AppOpenAd extends MobileAd<MobileAdOptions> { static readonly cls = "AppOpenAd"; isLoaded(): Promise<boolean>; load(): Promise<void>; show(): Promise<boolean>; }