UNPKG

@bigin/ns-firebase

Version:
10 lines (9 loc) 664 B
import { BannerOptions, InterstitialOptions, PreloadRewardedVideoAdOptions, ShowRewardedVideoAdOptions } from './admob'; import { AD_SIZE } from './admob-common'; export { AD_SIZE }; export declare function showBanner(arg: BannerOptions): Promise<any>; export declare function preloadInterstitial(arg: InterstitialOptions): Promise<any>; export declare function showInterstitial(arg?: InterstitialOptions): Promise<any>; export declare function preloadRewardedVideoAd(arg: PreloadRewardedVideoAdOptions): Promise<any>; export declare function showRewardedVideoAd(arg?: ShowRewardedVideoAdOptions): Promise<any>; export declare function hideBanner(): Promise<any>;