admob-plus-cordova
Enumerations
Classes
- AdMob
- AppOpenAd
- BannerAd
- InterstitialAd
- MobileAd
- NativeAd
- RewardedAd
- RewardedInterstitialAd
- WebViewAd
Interfaces
- AdMobConfig
- BannerAdOptions
- NativeAdOptions
- RequestConfig
- RewardedAdOptions
- ServerSideVerificationOptions
- WebViewAdOptions
References
default
Renames and re-exports AdMob
Type Aliases
CordovaAction
Ƭ CordovaAction: "adCreate" | "adHide" | "adIsLoaded" | "adLoad" | "adShow" | "bannerConfig" | "configure" | "ready" | "start" | "webviewGoto"
Defined in
packages/cordova/src/www/common.ts:3
MobileAdOptions
Ƭ MobileAdOptions: Object
Type declaration
| Name | Type |
|---|---|
adUnitId | string |
contentUrl? | string |
id? | string |
keywords? | string[] |
npa? | "1" |
Defined in
packages/cordova/src/www/ads/base.ts:4
RewardedInterstitialAdOptions
Ƭ RewardedInterstitialAdOptions: RewardedAdOptions
Defined in
packages/cordova/src/www/ads/rewarded-interstitial.ts:4
Variables
CordovaService
• Const CordovaService: "AdMob"
Defined in
packages/cordova/src/www/common.ts:1
Functions
execAsync
▸ execAsync<T>(action, args?): Promise<T>
Type parameters
| Name |
|---|
T |
Parameters
| Name | Type |
|---|---|
action | CordovaAction |
args? | unknown[] |
Returns
Promise<T>