/** * When notice listener of OnAdLoaded, you can get banner size. */ export interface AdMobBannerSize { width: number; height: number; }