react-native-google-mobile-ads
Version:
React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.
13 lines (12 loc) • 327 B
text/typescript
/**
* A `AdShowOptions` interface used when showing an ad.
*/
export interface AdShowOptions {
/**
* - On Android, enables [immersive mode](https://developer.android.com/training/system-ui/immersive).
* - On iOS, this has no effect on how the ad is shown.
*
* @android
*/
immersiveModeEnabled?: boolean;
}