UNPKG

nf-cordova-admob-plus

Version:

Trustable Google AdMob Cordova Plugin

9 lines (8 loc) 302 B
import { IAdRequest } from '@admob-plus/core'; import { AdBase, TestIds } from './base'; export default class Interstitial extends AdBase { protected testIdForAndroid: TestIds; protected testIdForIOS: TestIds; load(opts?: IAdRequest): Promise<void>; show(): Promise<unknown>; }