docs(): add notice about plugin taking share of earnings

This commit is contained in:
Ibby Hadeed 2017-05-19 07:59:06 -04:00
parent da5266cd65
commit 64bff1bbed

View File

@ -93,6 +93,8 @@ export interface AdExtras {
* @name AdMob * @name AdMob
* @description * @description
* 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.
*
* IMPORTANT NOTICE: this plugin takes a percentage out of your earnings if you profit more than $1,000. Read more about this on the plugin's repo. For a completely free alternative, see [AdMob Free](../admob-free).
* @usage * @usage
* ```typescript * ```typescript
* import { AdMob } from '@ionic-native/admob'; * import { AdMob } from '@ionic-native/admob';