react-native-google-mobile-ads
    Preparing search index...

    Function useRewardedInterstitialAd

    • React Hook for Rewarded Interstitial Ad.

      Parameters

      • adUnitId: string | null

        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.

      • OptionalrequestOptions: RequestOptions

        Optional RequestOptions used to load the ad.

      Returns AdHookReturns

      Pass an options object instead: useRewardedInterstitialAd({ adUnitId }). The positional form is removed in v18. The options form loads on its own, accepts autoLoad, and reports a single status. See the v17 migration guide.

    • React Hook for Rewarded Interstitial Ad.

      Loads as soon as it can, unless autoLoad is false. Same reward semantics as useRewardedAd: reward describes the offer at load and the grant once earnedReward is true.

      Neither Android backend (classic or Next-Gen) has a preload slot for this format, so pool-based warming is unavailable on Android. This hook is the load-on-demand path and works on both platforms.

      Parameters

      Returns UseFullScreenAdResult