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