mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
docs(admob): add docs + platforms
This commit is contained in:
parent
2f38256bcd
commit
f6ebc7a8d5
@ -3,13 +3,15 @@ import {Observable} from 'rxjs/Observable';
|
||||
|
||||
/**
|
||||
* @name AdMob
|
||||
* @description
|
||||
* @description Plugin for Google Ads, including AdMob / DFP (doubleclick for publisher) and mediations to other Ad networks.
|
||||
* @usage
|
||||
* Please refer the the plugin's original repository for detailed usage.
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-admobpro',
|
||||
pluginRef: 'AdMob',
|
||||
repo: 'https://github.com/floatinghotspot/cordova-admob-pro'
|
||||
repo: 'https://github.com/floatinghotpot/cordova-admob-pro',
|
||||
platforms: ['Android', 'iOS', 'Windows Phone 8']
|
||||
})
|
||||
export class AdMob {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user