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

    Interface AdShowOptions

    A AdShowOptions interface used when showing an ad.

    interface AdShowOptions {
        immersiveModeEnabled?: boolean;
    }
    Index
    immersiveModeEnabled?: boolean
    • On Android, enables immersive mode.
    • On iOS, this has no effect on how the ad is shown.