UNPKG
nf-cordova-admob-plus-iii
Version:
latest (0.0.8)
0.0.8
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Trustable Google AdMob Cordova Plugin
admob-plus.github.io
admob-plus/admob-plus
nf-cordova-admob-plus-iii
/
www
/
state.d.ts
14 lines
(13 loc)
•
307 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare
type
AdId
=
number
;
declare
class
AdMobState
{
applicationId
:
undefined
|
string
;
devMode
:
boolean
;
platform
:
string
;
nextId
:
AdId
;
adUnits
: { [
key
:
string
]:
AdId
; };
constructor
(
);
getAdId
(
adUnitId
:
string
):
number
; }
export
default
AdMobState
;