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.

32 lines 1.92 kB
export declare const SDK_VERSION = "15.0.0"; export { default, MobileAds } from './MobileAds'; export { AdsConsentDebugGeography, AdsConsentInfo, AdsConsentInfoOptions, AdsConsentInterface, AdsConsentPrivacyOptionsRequirementStatus, AdsConsentStatus, AdsConsentUserChoices, } from './specs/modules/NativeConsentModule'; export { AdsConsentPurposes } from './AdsConsentPurposes'; export { AdsConsentSpecialFeatures } from './AdsConsentSpecialFeatures'; export { MaxAdContentRating } from './MaxAdContentRating'; export { TestIds } from './TestIds'; export { AdEventType } from './AdEventType'; export { BannerAdSize, GAMBannerAdSize } from './BannerAdSize'; export { GAMAdEventType } from './GAMAdEventType'; export { NativeAdEventType } from './NativeAdEventType'; export { RewardedAdEventType } from './RewardedAdEventType'; export { AdsConsent } from './AdsConsent'; export { AppOpenAd } from './ads/AppOpenAd'; export { InterstitialAd } from './ads/InterstitialAd'; export { RewardedAd } from './ads/RewardedAd'; export { RewardedInterstitialAd } from './ads/RewardedInterstitialAd'; export { BannerAd } from './ads/BannerAd'; export { NativeAd } from './ads/native-ad/NativeAd'; export { NativeAdView } from './ads/native-ad/NativeAdView'; export { NativeMediaView } from './ads/native-ad/NativeMediaView'; export { NativeAsset, NativeAssetType } from './ads/native-ad/NativeAsset'; export { GAMBannerAd } from './ads/GAMBannerAd'; export { GAMInterstitialAd } from './ads/GAMInterstitialAd'; export { useAppOpenAd } from './hooks/useAppOpenAd'; export { useInterstitialAd } from './hooks/useInterstitialAd'; export { useRewardedAd } from './hooks/useRewardedAd'; export { useRewardedInterstitialAd } from './hooks/useRewardedInterstitialAd'; export { useForeground } from './hooks/useForeground'; export { RevenuePrecisions } from './common/constants'; export * from './types'; //# sourceMappingURL=index.d.ts.map