Skip to content

Commit

Permalink
Merge pull request #907 from amuramoto/admob-patch
Browse files Browse the repository at this point in the history
fix(admob): add adId prop to AdMobOptions
  • Loading branch information
amuramoto authored Dec 22, 2016
2 parents e42f4d0 + d5dfdf8 commit c28df73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/admob.ts
Original file line number Diff line number Diff line change
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 c28df73

Please sign in to comment.