UNPKG

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 464 B
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<T extends AppOpenAd | InterstitialAd | RewardedAd | RewardedInterstitialAd | null>(ad: T): AdHookReturns; //# sourceMappingURL=useFullScreenAd.d.ts.map