react-native-google-mobile-ads
Version:
React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.
10 lines • 595 B
TypeScript
import { AdHookReturns } from '../types/AdStates';
import { RequestOptions } from '../types/RequestOptions';
/**
* React Hook for Rewarded Interstitial Ad.
*
* @param adUnitId The Ad Unit ID for the Rewarded Interstitial Ad. You can find this on your Google Mobile Ads dashboard. You can destroy ad instance by setting this value to null.
* @param requestOptions Optional RequestOptions used to load the ad.
*/
export declare function useRewardedInterstitialAd(adUnitId: string | null, requestOptions?: RequestOptions): AdHookReturns;
//# sourceMappingURL=useRewardedInterstitialAd.d.ts.map