Class: InterstitialAd
Hierarchy
-
IonicNativePlugin
↳
InterstitialAd
Implements
Omit
<IInterstitialAd
,"opts"
>
Constructors
constructor
• new InterstitialAd(opts
): InterstitialAd
Parameters
Name | Type |
---|---|
opts | Object |
opts.adUnitId | string |
Returns
Overrides
IonicNativePlugin.constructor
Defined in
Properties
obj
• Private
obj: InterstitialAd
Defined in
plugin
▪ Static
plugin: string
= plugin
Overrides
IonicNativePlugin.plugin
Defined in
pluginName
▪ Static
pluginName: string
= pluginName
Overrides
IonicNativePlugin.pluginName
Defined in
pluginRef
▪ Static
pluginRef: string
= 'admob.InterstitialAd'
Overrides
IonicNativePlugin.pluginRef
Defined in
Accessors
adUnitId
• get
adUnitId(): string
Returns
string
Implementation of
Omit.adUnitId
Defined in
id
• get
id(): string
Returns
string
Implementation of
Omit.id
Defined in
Methods
isLoaded
▸ isLoaded(): Promise
<boolean
>
Returns
Promise
<boolean
>
Implementation of
Omit.isLoaded
Defined in
load
▸ load(): Promise
<void
>
Returns
Promise
<void
>
Implementation of
Omit.load
Defined in
on
▸ on(...opts
): () => void
Parameters
Name | Type |
---|---|
...opts | [type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions] |
Returns
fn
▸ (): void
Returns
void
Implementation of
Omit.on
Defined in
show
▸ show(): Promise
<unknown
>
Returns
Promise
<unknown
>
Implementation of
Omit.show