UNPKG
nf-cordova-admob-plus
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
Trustable Google AdMob Cordova Plugin
admob-plus.github.io
admob-plus/admob-plus
nf-cordova-admob-plus
/
www
/
interstitial.d.ts
9 lines
(8 loc)
•
302 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
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
>; }