Class: InterstitialAd
Hierarchy
-
MobileAd↳ InterstitialAd
Constructors
constructor
• new InterstitialAd(__namedParameters)
Parameters
| Name | Type |
|---|---|
__namedParameters | MobileAdOptions |
Overrides
MobileAd.constructor
Defined in
index.ts:58
Properties
id
• Readonly id: number
Inherited from
MobileAd.id
Defined in
index.ts:14
opts
• Protected Readonly opts: MobileAdOptions
Inherited from
MobileAd.opts
Defined in
index.ts:16
Accessors
adUnitId
• get adUnitId(): string
Returns
string
Defined in
index.ts:30
Methods
load
▸ load(): Promise<void>
Returns
Promise<void>
Defined in
index.ts:63
show
▸ show(): Promise<void>
Returns
Promise<void>
Defined in
index.ts:67