fix(Radmob-pro): add offsetTopBar option

fixes: #2100
This commit is contained in:
Daniel Sogl
2018-03-17 15:55:09 +01:00
committed by GitHub
parent 6862389651
commit 4948640db2

View File

@@ -70,6 +70,11 @@ export interface AdMobOptions {
* License key for the plugin
*/
license?: any;
/**
* Set offset
*/
offsetTopBar?: boolean;
}