Skip to content

Commit

Permalink
fix(Radmob-pro): add offsetTopBar option
Browse files Browse the repository at this point in the history
fixes: #2100
  • Loading branch information
danielsogl authored Mar 17, 2018
1 parent 6862389 commit 4948640
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/@ionic-native/plugins/admob-pro/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ export interface AdMobOptions {
* License key for the plugin
*/
license?: any;

/**
* Set offset
*/
offsetTopBar?: boolean;

}

Expand Down

0 comments on commit 4948640

Please sign in to comment.