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

    Type Alias UseGAMInterstitialAdOptions

    UseGAMInterstitialAdOptions: FullScreenAdHookOptions & {
        onAppEvent?: (event: AppEvent) => void;
    }

    Options object accepted by useGAMInterstitialAd.

    Options-form only: there is no deprecated positional overload.

    Type Declaration

    • OptionalonAppEvent?: (event: AppEvent) => void

      Called when the ad receives a Google Ad Manager app event.

      Not mirrored into hook state. Changing this callback does not recreate the ad instance; the latest function is used when an event arrives.