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 • 578 B
TypeScript
import { AdHookReturns } from '../types/AdStates';
import { RequestOptions } from '../types/RequestOptions';
/**
* React Hook for App Open Ad.
*
* @param adUnitId The Ad Unit ID for the App Open 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 useAppOpenAd(adUnitId: string | null, requestOptions?: RequestOptions): Omit<AdHookReturns, 'reward' | 'isEarnedReward'>;
//# sourceMappingURL=useAppOpenAd.d.ts.map