Skip to content

Commit

Permalink
fix(admob): add missing license property
Browse files Browse the repository at this point in the history
fixes #1291
  • Loading branch information
ihadeed committed Mar 29, 2017
1 parent 208748a commit 2b94ffd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/@ionic-native/plugins/admob/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ export interface AdMobOptions {
*/
adExtras?: AdExtras;

/**
* License key for the plugin
*/
license?: any;

}

export interface AdExtras {
Expand Down

0 comments on commit 2b94ffd

Please sign in to comment.