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) 266 B
import { MobileAd, type MobileAdOptions } from "./base"; export declare class InterstitialAd extends MobileAd<MobileAdOptions> { static readonly cls = "InterstitialAd"; isLoaded(): Promise<boolean>; load(): Promise<void>; show(): Promise<unknown>; }