mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-25 20:30:15 +08:00
refactor(admob): remove unneeded imports (#1450)
* refactor(admob): remove unneeded imports * Update index.ts
This commit is contained in:
parent
c6f9fa356f
commit
84cd81dcaf
@ -95,7 +95,7 @@ export interface AdExtras {
|
|||||||
* Plugin for Google Ads, including AdMob / DFP (doubleclick for publisher) and mediations to other Ad networks.
|
* Plugin for Google Ads, including AdMob / DFP (doubleclick for publisher) and mediations to other Ad networks.
|
||||||
* @usage
|
* @usage
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* import { AdMob, AdMobOptions, AdSize, AdExtras } from '@ionic-native/admob';
|
* import { AdMob } from '@ionic-native/admob';
|
||||||
*
|
*
|
||||||
* constructor(private admob: AdMob) { }
|
* constructor(private admob: AdMob) { }
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user