react-native-google-mobile-ads
Version:
React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.
7 lines • 451 B
TypeScript
import { AppOpenAd } from '../ads/AppOpenAd';
import { InterstitialAd } from '../ads/InterstitialAd';
import { RewardedAd } from '../ads/RewardedAd';
import { RewardedInterstitialAd } from '../ads/RewardedInterstitialAd';
import { AdHookReturns } from '../types/AdStates';
export declare function useFullScreenAd(ad: AppOpenAd | InterstitialAd | RewardedAd | RewardedInterstitialAd | null): AdHookReturns;
//# sourceMappingURL=useFullScreenAd.d.ts.map