Skip to content

Commit

Permalink
fix(admob): add adId prop to AdMobOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
amuramoto committed Dec 22, 2016
1 parent e42f4d0 commit d5dfdf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/admob.ts
Expand Up @@ -5,6 +5,11 @@ export type AdMobAdSize = 'SMART_BANNER' | 'BANNER' | 'MEDIUM_RECTANGLE' | 'FULL

export interface AdMobOptions {

/**
* Banner ad ID
*/
adId?: string;

/**
* Banner Ad Size, defaults to `SMART_BANNER`. IT can be: `SMART_BANNER`, `BANNER`, `MEDIUM_RECTANGLE`, `FULL_BANNER`, `LEADERBOARD`, `SKYSCRAPER`, or `CUSTOM`
*/
Expand Down

0 comments on commit d5dfdf8

Please sign in to comment.