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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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