diff --git a/README.md b/README.md index dea1fb0e..cfe19a77 100644 --- a/README.md +++ b/README.md @@ -1,1370 +1,1372 @@ -

@capacitor-community/admob
- Capacitor community plugin for native AdMob. -
- - - -## Maintainers - -| Maintainer | GitHub | Social | Sponsoring Company | -| ------------------- | ------------------------------------------------ | ----------------------------------------------- | ---------------------------------------------- | -| Masahiko Sakakibara | [rdlabo](https://github.com/rdlabo) | [@rdlabo](https://twitter.com/rdlabo) | RELATION DESIGN LABO, GENERAL INC. ASSOCIATION | -| Saninn Salas Diaz | [Saninn Salas Diaz](https://github.com/distante) | [@SaninnSalas](https://twitter.com/SaninnSalas) | | - -Maintenance Status: Actively Maintained - -## Contributors ✨ - - -AdMobInitializationOptions | AdMobInitializationOptions |
-
-**Since:** 1.1.2
-
---------------------
-
-
-### trackingAuthorizationStatus()
-
-```typescript
-trackingAuthorizationStatus() => PromisePromise<TrackingAuthorizationStatusInterface>
-
-**Since:** 3.1.0
-
---------------------
-
-
-### requestTrackingAuthorization()
-
-```typescript
-requestTrackingAuthorization() => PromiseApplicationMutedOptions |
-
-**Since:** 4.1.1
-
---------------------
-
-
-### setApplicationVolume(...)
-
-```typescript
-setApplicationVolume(options: ApplicationVolumeOptions) => PromiseApplicationVolumeOptions |
-
-**Since:** 4.1.1
-
---------------------
-
-
-### showBanner(...)
-
-```typescript
-showBanner(options: BannerAdOptions) => PromiseBannerAdOptions | AdOptions |
-
-**Since:** 1.1.2
-
---------------------
-
-
-### hideBanner()
-
-```typescript
-hideBanner() => PromiseBannerAdPluginEvents.SizeChanged | bannerAdSizeChanged |
-| **`listenerFunc`** | (info: AdMobBannerSize) => void | |
-
-**Returns:** Promise<PluginListenerHandle>
-
-**Since:** 3.0.0
-
---------------------
-
-
-### addListener(BannerAdPluginEvents.Loaded, ...)
-
-```typescript
-addListener(eventName: BannerAdPluginEvents.Loaded, listenerFunc: () => void) => PromiseBannerAdPluginEvents.Loaded | bannerAdLoaded |
-| **`listenerFunc`** | () => void | |
-
-**Returns:** Promise<PluginListenerHandle>
-
-**Since:** 3.0.0
-
---------------------
-
-
-### addListener(BannerAdPluginEvents.FailedToLoad, ...)
-
-```typescript
-addListener(eventName: BannerAdPluginEvents.FailedToLoad, listenerFunc: (info: AdMobError) => void) => PromiseBannerAdPluginEvents.FailedToLoad | bannerAdFailedToLoad |
-| **`listenerFunc`** | (info: AdMobError) => void | |
-
-**Returns:** Promise<PluginListenerHandle>
-
-**Since:** 3.0.0
-
---------------------
-
-
-### addListener(BannerAdPluginEvents.Opened, ...)
-
-```typescript
-addListener(eventName: BannerAdPluginEvents.Opened, listenerFunc: () => void) => PromiseBannerAdPluginEvents.Opened | bannerAdOpened |
-| **`listenerFunc`** | () => void | |
-
-**Returns:** Promise<PluginListenerHandle>
-
-**Since:** 3.0.0
-
---------------------
-
-
-### addListener(BannerAdPluginEvents.Closed, ...)
-
-```typescript
-addListener(eventName: BannerAdPluginEvents.Closed, listenerFunc: () => void) => PromiseBannerAdPluginEvents.Closed | bannerAdClosed |
-| **`listenerFunc`** | () => void | |
-
-**Returns:** Promise<PluginListenerHandle>
-
-**Since:** 3.0.0
-
---------------------
-
-
-### addListener(BannerAdPluginEvents.AdImpression, ...)
-
-```typescript
-addListener(eventName: BannerAdPluginEvents.AdImpression, listenerFunc: () => void) => PromiseBannerAdPluginEvents.AdImpression | AdImpression |
-| **`listenerFunc`** | () => void | |
-
-**Returns:** Promise<PluginListenerHandle>
-
-**Since:** 3.0.0
-
---------------------
-
-
-### requestConsentInfo(...)
-
-```typescript
-requestConsentInfo(options?: AdmobConsentRequestOptions | undefined) => PromiseAdmobConsentRequestOptions | ConsentRequestOptions |
-
-**Returns:** Promise<AdmobConsentInfo>
-
-**Since:** 5.0.0
-
---------------------
-
-
-### showPrivacyOptionsForm()
-
-```typescript
-showPrivacyOptionsForm() => PromisePromise<AdmobConsentInfo>
-
-**Since:** 5.0.0
-
---------------------
-
-
-### resetConsentInfo()
-
-```typescript
-resetConsentInfo() => PromiseAdOptions | AdOptions |
-
-**Returns:** Promise<AdLoadInfo>
-
-**Since:** 1.1.2
-
---------------------
-
-
-### showInterstitial()
-
-```typescript
-showInterstitial() => PromiseInterstitialAdPluginEvents.FailedToLoad |
-| **`listenerFunc`** | (error: AdMobError) => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(InterstitialAdPluginEvents.Loaded, ...)
-
-```typescript
-addListener(eventName: InterstitialAdPluginEvents.Loaded, listenerFunc: (info: AdLoadInfo) => void) => PromiseInterstitialAdPluginEvents.Loaded |
-| **`listenerFunc`** | (info: AdLoadInfo) => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(InterstitialAdPluginEvents.Dismissed, ...)
-
-```typescript
-addListener(eventName: InterstitialAdPluginEvents.Dismissed, listenerFunc: () => void) => PromiseInterstitialAdPluginEvents.Dismissed |
-| **`listenerFunc`** | () => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(InterstitialAdPluginEvents.FailedToShow, ...)
-
-```typescript
-addListener(eventName: InterstitialAdPluginEvents.FailedToShow, listenerFunc: (error: AdMobError) => void) => PromiseInterstitialAdPluginEvents.FailedToShow |
-| **`listenerFunc`** | (error: AdMobError) => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(InterstitialAdPluginEvents.Showed, ...)
-
-```typescript
-addListener(eventName: InterstitialAdPluginEvents.Showed, listenerFunc: () => void) => PromiseInterstitialAdPluginEvents.Showed |
-| **`listenerFunc`** | () => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### prepareRewardVideoAd(...)
-
-```typescript
-prepareRewardVideoAd(options: RewardAdOptions) => PromiseRewardAdOptions | RewardAdOptions |
-
-**Returns:** Promise<AdLoadInfo>
-
-**Since:** 1.1.2
-
---------------------
-
-
-### showRewardVideoAd()
-
-```typescript
-showRewardVideoAd() => PromisePromise<AdMobRewardItem>
-
-**Since:** 1.1.2
-
---------------------
-
-
-### addListener(RewardAdPluginEvents.FailedToLoad, ...)
-
-```typescript
-addListener(eventName: RewardAdPluginEvents.FailedToLoad, listenerFunc: (error: AdMobError) => void) => PromiseRewardAdPluginEvents.FailedToLoad |
-| **`listenerFunc`** | (error: AdMobError) => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(RewardAdPluginEvents.Loaded, ...)
-
-```typescript
-addListener(eventName: RewardAdPluginEvents.Loaded, listenerFunc: (info: AdLoadInfo) => void) => PromiseRewardAdPluginEvents.Loaded |
-| **`listenerFunc`** | (info: AdLoadInfo) => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(RewardAdPluginEvents.Rewarded, ...)
-
-```typescript
-addListener(eventName: RewardAdPluginEvents.Rewarded, listenerFunc: (reward: AdMobRewardItem) => void) => PromiseRewardAdPluginEvents.Rewarded |
-| **`listenerFunc`** | (reward: AdMobRewardItem) => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(RewardAdPluginEvents.Dismissed, ...)
-
-```typescript
-addListener(eventName: RewardAdPluginEvents.Dismissed, listenerFunc: () => void) => PromiseRewardAdPluginEvents.Dismissed |
-| **`listenerFunc`** | () => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(RewardAdPluginEvents.FailedToShow, ...)
-
-```typescript
-addListener(eventName: RewardAdPluginEvents.FailedToShow, listenerFunc: (error: AdMobError) => void) => PromiseRewardAdPluginEvents.FailedToShow |
-| **`listenerFunc`** | (error: AdMobError) => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(RewardAdPluginEvents.Showed, ...)
-
-```typescript
-addListener(eventName: RewardAdPluginEvents.Showed, listenerFunc: () => void) => PromiseRewardAdPluginEvents.Showed |
-| **`listenerFunc`** | () => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### prepareRewardInterstitialAd(...)
-
-```typescript
-prepareRewardInterstitialAd(options: RewardInterstitialAdOptions) => PromiseRewardInterstitialAdOptions | RewardAdOptions |
-
-**Returns:** Promise<AdLoadInfo>
-
-**Since:** 1.1.2
-
---------------------
-
-
-### showRewardInterstitialAd()
-
-```typescript
-showRewardInterstitialAd() => PromisePromise<AdMobRewardInterstitialItem>
-
-**Since:** 1.1.2
-
---------------------
-
-
-### addListener(RewardInterstitialAdPluginEvents.FailedToLoad, ...)
-
-```typescript
-addListener(eventName: RewardInterstitialAdPluginEvents.FailedToLoad, listenerFunc: (error: AdMobError) => void) => PromiseRewardInterstitialAdPluginEvents.FailedToLoad |
-| **`listenerFunc`** | (error: AdMobError) => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(RewardInterstitialAdPluginEvents.Loaded, ...)
-
-```typescript
-addListener(eventName: RewardInterstitialAdPluginEvents.Loaded, listenerFunc: (info: AdLoadInfo) => void) => PromiseRewardInterstitialAdPluginEvents.Loaded |
-| **`listenerFunc`** | (info: AdLoadInfo) => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(RewardInterstitialAdPluginEvents.Rewarded, ...)
-
-```typescript
-addListener(eventName: RewardInterstitialAdPluginEvents.Rewarded, listenerFunc: (reward: AdMobRewardInterstitialItem) => void) => PromiseRewardInterstitialAdPluginEvents.Rewarded |
-| **`listenerFunc`** | (reward: AdMobRewardInterstitialItem) => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(RewardInterstitialAdPluginEvents.Dismissed, ...)
-
-```typescript
-addListener(eventName: RewardInterstitialAdPluginEvents.Dismissed, listenerFunc: () => void) => PromiseRewardInterstitialAdPluginEvents.Dismissed |
-| **`listenerFunc`** | () => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(RewardInterstitialAdPluginEvents.FailedToShow, ...)
-
-```typescript
-addListener(eventName: RewardInterstitialAdPluginEvents.FailedToShow, listenerFunc: (error: AdMobError) => void) => PromiseRewardInterstitialAdPluginEvents.FailedToShow |
-| **`listenerFunc`** | (error: AdMobError) => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### addListener(RewardInterstitialAdPluginEvents.Showed, ...)
-
-```typescript
-addListener(eventName: RewardInterstitialAdPluginEvents.Showed, listenerFunc: () => void) => PromiseRewardInterstitialAdPluginEvents.Showed |
-| **`listenerFunc`** | () => void |
-
-**Returns:** Promise<PluginListenerHandle>
-
---------------------
-
-
-### Interfaces
-
-
-#### AdMobInitializationOptions
-
-| Prop | Type | Description | Default | Since |
-| ---------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ----- |
-| **`testingDevices`** | string[] | An Array of devices IDs that will be marked as tested devices if {@link AdMobInitializationOptions.initializeForTesting} is true (Real Ads will be served to Testing devices, but they will not count as 'real'). | | 1.2.0 |
-| **`initializeForTesting`** | boolean | If set to true, the devices on {@link AdMobInitializationOptions.testingDevices} will be registered to receive test production ads. | false | 1.2.0 |
-| **`tagForChildDirectedTreatment`** | boolean | For purposes of the Children's Online Privacy Protection Act (COPPA), there is a setting called tagForChildDirectedTreatment. | | 3.1.0 |
-| **`tagForUnderAgeOfConsent`** | boolean | When using this feature, a Tag For Users under the Age of Consent in Europe (TFUA) parameter will be included in all future ad requests. | | 3.1.0 |
-| **`maxAdContentRating`** | MaxAdContentRating | As an app developer, you can indicate whether you want Google to treat your content as child-directed when you make an ad request. | | 3.1.0 |
-
-
-#### TrackingAuthorizationStatusInterface
-
-| Prop | Type |
-| ------------ | ------------------------------------------------------------------------ |
-| **`status`** | 'authorized' \| 'denied' \| 'notDetermined' \| 'restricted' |
-
-
-#### ApplicationMutedOptions
-
-| Prop | Type | Description | Since |
-| ----------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- |
-| **`muted`** | boolean | To inform the SDK that the app volume has been muted. Note: Video ads that are ineligible to be shown with muted audio are not returned for ad requests made, when the app volume is reported as muted or set to a value of 0. This may restrict a subset of the broader video ads pool from serving. | 4.1.1 |
-
-
-#### ApplicationVolumeOptions
-
-| Prop | Type | Description | Since |
-| ------------ | ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----- |
-| **`volume`** | 0 \| 1 \| 0.1 \| 0.2 \| 0.3 \| 0.4 \| 0.5 \| 0.6 \| 0.7 \| 0.8 \| 0.9 | If your app has its own volume controls (such as custom music or sound effect volumes), disclosing app volume to the Google Mobile Ads SDK allows video ads to respect app volume settings. enable set 0.0 - 1.0, any float allowed. | 4.1.1 |
-
-
-#### BannerAdOptions
-
-This interface extends AdOptions
-
-| Prop | Type | Description | Default | Since |
-| ------------------- | ------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | ----- |
-| **`adSize`** | BannerAdSize | Banner Ad Size, defaults to ADAPTIVE_BANNER. IT can be: ADAPTIVE_BANNER, SMART_BANNER, BANNER, MEDIUM_RECTANGLE, FULL_BANNER, LEADERBOARD | ADAPTIVE_BANNER | 3.0.0 |
-| **`position`** | BannerAdPosition | Set Banner Ad position. TOP_CENTER or CENTER or BOTTOM_CENTER | TOP_CENTER | 1.1.2 |
-| **`adId`** | string | The ad unit ID that you want to request | | 1.1.2 |
-| **`isTesting`** | boolean | You can use test mode of ad. | false | 1.1.2 |
-| **`margin`** | number | Margin Banner. Default is 0px; If position is BOTTOM_CENTER, margin is be margin-bottom. If position is TOP_CENTER, margin is be margin-top. | 0 | 1.1.2 |
-| **`npa`** | boolean | The default behavior of the Google Mobile Ads SDK is to serve personalized ads. Set this to true to request Non-Personalized Ads | false | 1.2.0 |
-| **`immersiveMode`** | boolean | Sets a flag that controls if this interstitial or reward object will be displayed in immersive mode. Call this method before show. During show, if this flag is on and immersive mode is supported, SYSTEM_UI_FLAG_IMMERSIVE_STICKY &SYSTEM_UI_FLAG_HIDE_NAVIGATION will be turned on for interstitial or reward ad. | | 7.0.3 |
-
-
-#### PluginListenerHandle
-
-| Prop | Type |
-| ------------ | ----------------------------------------- |
-| **`remove`** | () => Promise<void> |
-
-
-#### AdMobBannerSize
-
-When notice listener of OnAdLoaded, you can get banner size.
-
-| Prop | Type |
-| ------------ | ------------------- |
-| **`width`** | number |
-| **`height`** | number |
-
-
-#### AdMobError
-
+
@capacitor-community/admob
+ Capacitor community plugin for native AdMob. +
+ + + +## Maintainers + +| Maintainer | GitHub | Social | Sponsoring Company | +| ------------------- | ------------------------------------------------ | ----------------------------------------------- | ---------------------------------------------- | +| Masahiko Sakakibara | [rdlabo](https://github.com/rdlabo) | [@rdlabo](https://twitter.com/rdlabo) | RELATION DESIGN LABO, GENERAL INC. ASSOCIATION | +| Saninn Salas Diaz | [Saninn Salas Diaz](https://github.com/distante) | [@SaninnSalas](https://twitter.com/SaninnSalas) | | + +Maintenance Status: Actively Maintained + +## Contributors ✨ + + +AdMobInitializationOptions | AdMobInitializationOptions |
+
+**Since:** 1.1.2
+
+--------------------
+
+
+### trackingAuthorizationStatus()
+
+```typescript
+trackingAuthorizationStatus() => PromisePromise<TrackingAuthorizationStatusInterface>
+
+**Since:** 3.1.0
+
+--------------------
+
+
+### requestTrackingAuthorization()
+
+```typescript
+requestTrackingAuthorization() => PromiseApplicationMutedOptions |
+
+**Since:** 4.1.1
+
+--------------------
+
+
+### setApplicationVolume(...)
+
+```typescript
+setApplicationVolume(options: ApplicationVolumeOptions) => PromiseApplicationVolumeOptions |
+
+**Since:** 4.1.1
+
+--------------------
+
+
+### showBanner(...)
+
+```typescript
+showBanner(options: BannerAdOptions) => PromiseBannerAdOptions | AdOptions |
+
+**Since:** 1.1.2
+
+--------------------
+
+
+### hideBanner()
+
+```typescript
+hideBanner() => PromiseBannerAdPluginEvents.SizeChanged | bannerAdSizeChanged |
+| **`listenerFunc`** | (info: AdMobBannerSize) => void | |
+
+**Returns:** Promise<PluginListenerHandle>
+
+**Since:** 3.0.0
+
+--------------------
+
+
+### addListener(BannerAdPluginEvents.Loaded, ...)
+
+```typescript
+addListener(eventName: BannerAdPluginEvents.Loaded, listenerFunc: () => void) => PromiseBannerAdPluginEvents.Loaded | bannerAdLoaded |
+| **`listenerFunc`** | () => void | |
+
+**Returns:** Promise<PluginListenerHandle>
+
+**Since:** 3.0.0
+
+--------------------
+
+
+### addListener(BannerAdPluginEvents.FailedToLoad, ...)
+
+```typescript
+addListener(eventName: BannerAdPluginEvents.FailedToLoad, listenerFunc: (info: AdMobError) => void) => PromiseBannerAdPluginEvents.FailedToLoad | bannerAdFailedToLoad |
+| **`listenerFunc`** | (info: AdMobError) => void | |
+
+**Returns:** Promise<PluginListenerHandle>
+
+**Since:** 3.0.0
+
+--------------------
+
+
+### addListener(BannerAdPluginEvents.Opened, ...)
+
+```typescript
+addListener(eventName: BannerAdPluginEvents.Opened, listenerFunc: () => void) => PromiseBannerAdPluginEvents.Opened | bannerAdOpened |
+| **`listenerFunc`** | () => void | |
+
+**Returns:** Promise<PluginListenerHandle>
+
+**Since:** 3.0.0
+
+--------------------
+
+
+### addListener(BannerAdPluginEvents.Closed, ...)
+
+```typescript
+addListener(eventName: BannerAdPluginEvents.Closed, listenerFunc: () => void) => PromiseBannerAdPluginEvents.Closed | bannerAdClosed |
+| **`listenerFunc`** | () => void | |
+
+**Returns:** Promise<PluginListenerHandle>
+
+**Since:** 3.0.0
+
+--------------------
+
+
+### addListener(BannerAdPluginEvents.AdImpression, ...)
+
+```typescript
+addListener(eventName: BannerAdPluginEvents.AdImpression, listenerFunc: () => void) => PromiseBannerAdPluginEvents.AdImpression | AdImpression |
+| **`listenerFunc`** | () => void | |
+
+**Returns:** Promise<PluginListenerHandle>
+
+**Since:** 3.0.0
+
+--------------------
+
+
+### requestConsentInfo(...)
+
+```typescript
+requestConsentInfo(options?: AdmobConsentRequestOptions | undefined) => PromiseAdmobConsentRequestOptions | ConsentRequestOptions |
+
+**Returns:** Promise<AdmobConsentInfo>
+
+**Since:** 5.0.0
+
+--------------------
+
+
+### showPrivacyOptionsForm()
+
+```typescript
+showPrivacyOptionsForm() => PromisePromise<AdmobConsentInfo>
+
+**Since:** 5.0.0
+
+--------------------
+
+
+### resetConsentInfo()
+
+```typescript
+resetConsentInfo() => PromiseAdOptions | AdOptions |
+
+**Returns:** Promise<AdLoadInfo>
+
+**Since:** 1.1.2
+
+--------------------
+
+
+### showInterstitial()
+
+```typescript
+showInterstitial() => PromiseInterstitialAdPluginEvents.FailedToLoad |
+| **`listenerFunc`** | (error: AdMobError) => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(InterstitialAdPluginEvents.Loaded, ...)
+
+```typescript
+addListener(eventName: InterstitialAdPluginEvents.Loaded, listenerFunc: (info: AdLoadInfo) => void) => PromiseInterstitialAdPluginEvents.Loaded |
+| **`listenerFunc`** | (info: AdLoadInfo) => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(InterstitialAdPluginEvents.Dismissed, ...)
+
+```typescript
+addListener(eventName: InterstitialAdPluginEvents.Dismissed, listenerFunc: () => void) => PromiseInterstitialAdPluginEvents.Dismissed |
+| **`listenerFunc`** | () => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(InterstitialAdPluginEvents.FailedToShow, ...)
+
+```typescript
+addListener(eventName: InterstitialAdPluginEvents.FailedToShow, listenerFunc: (error: AdMobError) => void) => PromiseInterstitialAdPluginEvents.FailedToShow |
+| **`listenerFunc`** | (error: AdMobError) => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(InterstitialAdPluginEvents.Showed, ...)
+
+```typescript
+addListener(eventName: InterstitialAdPluginEvents.Showed, listenerFunc: () => void) => PromiseInterstitialAdPluginEvents.Showed |
+| **`listenerFunc`** | () => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### prepareRewardVideoAd(...)
+
+```typescript
+prepareRewardVideoAd(options: RewardAdOptions) => PromiseRewardAdOptions | RewardAdOptions |
+
+**Returns:** Promise<AdLoadInfo>
+
+**Since:** 1.1.2
+
+--------------------
+
+
+### showRewardVideoAd()
+
+```typescript
+showRewardVideoAd() => PromisePromise<AdMobRewardItem>
+
+**Since:** 1.1.2
+
+--------------------
+
+
+### addListener(RewardAdPluginEvents.FailedToLoad, ...)
+
+```typescript
+addListener(eventName: RewardAdPluginEvents.FailedToLoad, listenerFunc: (error: AdMobError) => void) => PromiseRewardAdPluginEvents.FailedToLoad |
+| **`listenerFunc`** | (error: AdMobError) => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(RewardAdPluginEvents.Loaded, ...)
+
+```typescript
+addListener(eventName: RewardAdPluginEvents.Loaded, listenerFunc: (info: AdLoadInfo) => void) => PromiseRewardAdPluginEvents.Loaded |
+| **`listenerFunc`** | (info: AdLoadInfo) => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(RewardAdPluginEvents.Rewarded, ...)
+
+```typescript
+addListener(eventName: RewardAdPluginEvents.Rewarded, listenerFunc: (reward: AdMobRewardItem) => void) => PromiseRewardAdPluginEvents.Rewarded |
+| **`listenerFunc`** | (reward: AdMobRewardItem) => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(RewardAdPluginEvents.Dismissed, ...)
+
+```typescript
+addListener(eventName: RewardAdPluginEvents.Dismissed, listenerFunc: () => void) => PromiseRewardAdPluginEvents.Dismissed |
+| **`listenerFunc`** | () => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(RewardAdPluginEvents.FailedToShow, ...)
+
+```typescript
+addListener(eventName: RewardAdPluginEvents.FailedToShow, listenerFunc: (error: AdMobError) => void) => PromiseRewardAdPluginEvents.FailedToShow |
+| **`listenerFunc`** | (error: AdMobError) => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(RewardAdPluginEvents.Showed, ...)
+
+```typescript
+addListener(eventName: RewardAdPluginEvents.Showed, listenerFunc: () => void) => PromiseRewardAdPluginEvents.Showed |
+| **`listenerFunc`** | () => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### prepareRewardInterstitialAd(...)
+
+```typescript
+prepareRewardInterstitialAd(options: RewardInterstitialAdOptions) => PromiseRewardInterstitialAdOptions | RewardAdOptions |
+
+**Returns:** Promise<AdLoadInfo>
+
+**Since:** 1.1.2
+
+--------------------
+
+
+### showRewardInterstitialAd()
+
+```typescript
+showRewardInterstitialAd() => PromisePromise<AdMobRewardInterstitialItem>
+
+**Since:** 1.1.2
+
+--------------------
+
+
+### addListener(RewardInterstitialAdPluginEvents.FailedToLoad, ...)
+
+```typescript
+addListener(eventName: RewardInterstitialAdPluginEvents.FailedToLoad, listenerFunc: (error: AdMobError) => void) => PromiseRewardInterstitialAdPluginEvents.FailedToLoad |
+| **`listenerFunc`** | (error: AdMobError) => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(RewardInterstitialAdPluginEvents.Loaded, ...)
+
+```typescript
+addListener(eventName: RewardInterstitialAdPluginEvents.Loaded, listenerFunc: (info: AdLoadInfo) => void) => PromiseRewardInterstitialAdPluginEvents.Loaded |
+| **`listenerFunc`** | (info: AdLoadInfo) => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(RewardInterstitialAdPluginEvents.Rewarded, ...)
+
+```typescript
+addListener(eventName: RewardInterstitialAdPluginEvents.Rewarded, listenerFunc: (reward: AdMobRewardInterstitialItem) => void) => PromiseRewardInterstitialAdPluginEvents.Rewarded |
+| **`listenerFunc`** | (reward: AdMobRewardInterstitialItem) => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(RewardInterstitialAdPluginEvents.Dismissed, ...)
+
+```typescript
+addListener(eventName: RewardInterstitialAdPluginEvents.Dismissed, listenerFunc: () => void) => PromiseRewardInterstitialAdPluginEvents.Dismissed |
+| **`listenerFunc`** | () => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(RewardInterstitialAdPluginEvents.FailedToShow, ...)
+
+```typescript
+addListener(eventName: RewardInterstitialAdPluginEvents.FailedToShow, listenerFunc: (error: AdMobError) => void) => PromiseRewardInterstitialAdPluginEvents.FailedToShow |
+| **`listenerFunc`** | (error: AdMobError) => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### addListener(RewardInterstitialAdPluginEvents.Showed, ...)
+
+```typescript
+addListener(eventName: RewardInterstitialAdPluginEvents.Showed, listenerFunc: () => void) => PromiseRewardInterstitialAdPluginEvents.Showed |
+| **`listenerFunc`** | () => void |
+
+**Returns:** Promise<PluginListenerHandle>
+
+--------------------
+
+
+### Interfaces
+
+
+#### AdMobInitializationOptions
+
+| Prop | Type | Description | Default | Since |
+| ---------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ----- |
+| **`testingDevices`** | string[] | An Array of devices IDs that will be marked as tested devices if {@link AdMobInitializationOptions.initializeForTesting} is true (Real Ads will be served to Testing devices, but they will not count as 'real'). | | 1.2.0 |
+| **`initializeForTesting`** | boolean | If set to true, the devices on {@link AdMobInitializationOptions.testingDevices} will be registered to receive test production ads. | false | 1.2.0 |
+| **`tagForChildDirectedTreatment`** | boolean | For purposes of the Children's Online Privacy Protection Act (COPPA), there is a setting called tagForChildDirectedTreatment. | | 3.1.0 |
+| **`tagForUnderAgeOfConsent`** | boolean | When using this feature, a Tag For Users under the Age of Consent in Europe (TFUA) parameter will be included in all future ad requests. | | 3.1.0 |
+| **`maxAdContentRating`** | MaxAdContentRating | As an app developer, you can indicate whether you want Google to treat your content as child-directed when you make an ad request. | | 3.1.0 |
+
+
+#### TrackingAuthorizationStatusInterface
+
+| Prop | Type |
+| ------------ | ------------------------------------------------------------------------ |
+| **`status`** | 'authorized' \| 'denied' \| 'notDetermined' \| 'restricted' |
+
+
+#### ApplicationMutedOptions
+
+| Prop | Type | Description | Since |
+| ----------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- |
+| **`muted`** | boolean | To inform the SDK that the app volume has been muted. Note: Video ads that are ineligible to be shown with muted audio are not returned for ad requests made, when the app volume is reported as muted or set to a value of 0. This may restrict a subset of the broader video ads pool from serving. | 4.1.1 |
+
+
+#### ApplicationVolumeOptions
+
+| Prop | Type | Description | Since |
+| ------------ | ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----- |
+| **`volume`** | 0 \| 1 \| 0.1 \| 0.2 \| 0.3 \| 0.4 \| 0.5 \| 0.6 \| 0.7 \| 0.8 \| 0.9 | If your app has its own volume controls (such as custom music or sound effect volumes), disclosing app volume to the Google Mobile Ads SDK allows video ads to respect app volume settings. enable set 0.0 - 1.0, any float allowed. | 4.1.1 |
+
+
+#### BannerAdOptions
+
+This interface extends AdOptions
+
+| Prop | Type | Description | Default | Since |
+| ------------------- | ------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | ----- |
+| **`adSize`** | BannerAdSize | Banner Ad Size, defaults to ADAPTIVE_BANNER. IT can be: ADAPTIVE_BANNER, SMART_BANNER, BANNER, MEDIUM_RECTANGLE, FULL_BANNER, LEADERBOARD | ADAPTIVE_BANNER | 3.0.0 |
+| **`position`** | BannerAdPosition | Set Banner Ad position. TOP_CENTER or CENTER or BOTTOM_CENTER | TOP_CENTER | 1.1.2 |
+| **`adId`** | string | The ad unit ID that you want to request | | 1.1.2 |
+| **`isTesting`** | boolean | You can use test mode of ad. | false | 1.1.2 |
+| **`margin`** | number | Margin Banner. Default is 0px; If position is BOTTOM_CENTER, margin is be margin-bottom. If position is TOP_CENTER, margin is be margin-top. | 0 | 1.1.2 |
+| **`npa`** | boolean | The default behavior of the Google Mobile Ads SDK is to serve personalized ads. Set this to true to request Non-Personalized Ads | false | 1.2.0 |
+| **`immersiveMode`** | boolean | Sets a flag that controls if this interstitial or reward object will be displayed in immersive mode. Call this method before show. During show, if this flag is on and immersive mode is supported, SYSTEM_UI_FLAG_IMMERSIVE_STICKY &SYSTEM_UI_FLAG_HIDE_NAVIGATION will be turned on for interstitial or reward ad. | | 7.0.3 |
+
+
+#### PluginListenerHandle
+
+| Prop | Type |
+| ------------ | ----------------------------------------- |
+| **`remove`** | () => Promise<void> |
+
+
+#### AdMobBannerSize
+
+When notice listener of OnAdLoaded, you can get banner size.
+
+| Prop | Type |
+| ------------ | ------------------- |
+| **`width`** | number |
+| **`height`** | number |
+
+
+#### AdMobError
+
For more information
-https://developers.google.com/android/reference/com/google/android/gms/ads/AdError
-
-| Prop | Type | Description |
-| ------------- | ------------------- | -------------------------------------- |
-| **`code`** | number | Gets the error's code. |
-| **`message`** | string | Gets the message describing the error. |
-
-
-#### AdmobConsentInfo
-
-| Prop | Type | Description | Since |
-| ------------------------------------- | ------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ----- |
-| **`status`** | AdmobConsentStatus | The consent status of the user. | 5.0.0 |
-| **`isConsentFormAvailable`** | boolean | If `true` a consent form is available and vice versa. | 5.0.0 |
-| **`canRequestAds`** | boolean | If `true` an ad can be shown. | 7.0.3 |
-| **`privacyOptionsRequirementStatus`** | PrivacyOptionsRequirementStatus | Privacy options requirement status of the user. | 7.0.3 |
-
-
-#### AdmobConsentRequestOptions
-
-| Prop | Type | Description | Default | Since |
-| ----------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ------------------ | ----- |
-| **`debugGeography`** | AdmobConsentDebugGeography | Sets the debug geography to test the consent locally. | | 5.0.0 |
-| **`testDeviceIdentifiers`** | string[] | An array of test device IDs to allow. Note: On iOS, the ID may renew if you uninstall and reinstall the app. | | 5.0.0 |
-| **`tagForUnderAgeOfConsent`** | boolean | Set to `true` to provide the option for the user to accept being shown personalized ads. | false | 5.0.0 |
-
-
-#### AdLoadInfo
-
-| Prop | Type |
-| -------------- | ------------------- |
-| **`adUnitId`** | string |
-
-
-#### AdOptions
-
-| Prop | Type | Description | Default | Since |
-| ------------------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ----- |
-| **`adId`** | string | The ad unit ID that you want to request | | 1.1.2 |
-| **`isTesting`** | boolean | You can use test mode of ad. | false | 1.1.2 |
-| **`margin`** | number | Margin Banner. Default is 0px; If position is BOTTOM_CENTER, margin is be margin-bottom. If position is TOP_CENTER, margin is be margin-top. | 0 | 1.1.2 |
-| **`npa`** | boolean | The default behavior of the Google Mobile Ads SDK is to serve personalized ads. Set this to true to request Non-Personalized Ads | false | 1.2.0 |
-| **`immersiveMode`** | boolean | Sets a flag that controls if this interstitial or reward object will be displayed in immersive mode. Call this method before show. During show, if this flag is on and immersive mode is supported, SYSTEM_UI_FLAG_IMMERSIVE_STICKY &SYSTEM_UI_FLAG_HIDE_NAVIGATION will be turned on for interstitial or reward ad. | | 7.0.3 |
-
-
-#### RewardAdOptions
-
-| Prop | Type | Description | Default | Since |
-| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ----- |
-| **`ssv`** | AtLeastOne<{ /** * An optional UserId to pass to your SSV callback function. */ userId: string; /** * An optional custom set of data to pass to your SSV callback function. */ customData: string; }> | If you have enabled SSV in your AdMob Application. You can provide customData or a userId be passed to your callback to do further processing on. *Important* You *HAVE* to define one of them. | | |
-| **`adId`** | string | The ad unit ID that you want to request | | 1.1.2 |
-| **`isTesting`** | boolean | You can use test mode of ad. | false | 1.1.2 |
-| **`margin`** | number | Margin Banner. Default is 0px; If position is BOTTOM_CENTER, margin is be margin-bottom. If position is TOP_CENTER, margin is be margin-top. | 0 | 1.1.2 |
-| **`npa`** | boolean | The default behavior of the Google Mobile Ads SDK is to serve personalized ads. Set this to true to request Non-Personalized Ads | false | 1.2.0 |
-| **`immersiveMode`** | boolean | Sets a flag that controls if this interstitial or reward object will be displayed in immersive mode. Call this method before show. During show, if this flag is on and immersive mode is supported, SYSTEM_UI_FLAG_IMMERSIVE_STICKY &SYSTEM_UI_FLAG_HIDE_NAVIGATION will be turned on for interstitial or reward ad. | | 7.0.3 |
-
-
-#### AdMobRewardItem
-
+https://developers.google.com/android/reference/com/google/android/gms/ads/AdError
+
+| Prop | Type | Description |
+| ------------- | ------------------- | -------------------------------------- |
+| **`code`** | number | Gets the error's code. |
+| **`message`** | string | Gets the message describing the error. |
+
+
+#### AdmobConsentInfo
+
+| Prop | Type | Description | Since |
+| ------------------------------------- | ------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ----- |
+| **`status`** | AdmobConsentStatus | The consent status of the user. | 5.0.0 |
+| **`isConsentFormAvailable`** | boolean | If `true` a consent form is available and vice versa. | 5.0.0 |
+| **`canRequestAds`** | boolean | If `true` an ad can be shown. | 7.0.3 |
+| **`privacyOptionsRequirementStatus`** | PrivacyOptionsRequirementStatus | Privacy options requirement status of the user. | 7.0.3 |
+
+
+#### AdmobConsentRequestOptions
+
+| Prop | Type | Description | Default | Since |
+| ----------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ------------------ | ----- |
+| **`debugGeography`** | AdmobConsentDebugGeography | Sets the debug geography to test the consent locally. | | 5.0.0 |
+| **`testDeviceIdentifiers`** | string[] | An array of test device IDs to allow. Note: On iOS, the ID may renew if you uninstall and reinstall the app. | | 5.0.0 |
+| **`tagForUnderAgeOfConsent`** | boolean | Set to `true` to provide the option for the user to accept being shown personalized ads. | false | 5.0.0 |
+
+
+#### AdLoadInfo
+
+| Prop | Type |
+| -------------- | ------------------- |
+| **`adUnitId`** | string |
+
+
+#### AdOptions
+
+| Prop | Type | Description | Default | Since |
+| ------------------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ----- |
+| **`adId`** | string | The ad unit ID that you want to request | | 1.1.2 |
+| **`isTesting`** | boolean | You can use test mode of ad. | false | 1.1.2 |
+| **`margin`** | number | Margin Banner. Default is 0px; If position is BOTTOM_CENTER, margin is be margin-bottom. If position is TOP_CENTER, margin is be margin-top. | 0 | 1.1.2 |
+| **`npa`** | boolean | The default behavior of the Google Mobile Ads SDK is to serve personalized ads. Set this to true to request Non-Personalized Ads | false | 1.2.0 |
+| **`immersiveMode`** | boolean | Sets a flag that controls if this interstitial or reward object will be displayed in immersive mode. Call this method before show. During show, if this flag is on and immersive mode is supported, SYSTEM_UI_FLAG_IMMERSIVE_STICKY &SYSTEM_UI_FLAG_HIDE_NAVIGATION will be turned on for interstitial or reward ad. | | 7.0.3 |
+
+
+#### RewardAdOptions
+
+| Prop | Type | Description | Default | Since |
+| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ----- |
+| **`ssv`** | AtLeastOne<{ /** * An optional UserId to pass to your SSV callback function. */ userId: string; /** * An optional custom set of data to pass to your SSV callback function. */ customData: string; }> | If you have enabled SSV in your AdMob Application. You can provide customData or a userId be passed to your callback to do further processing on. *Important* You *HAVE* to define one of them. | | |
+| **`adId`** | string | The ad unit ID that you want to request | | 1.1.2 |
+| **`isTesting`** | boolean | You can use test mode of ad. | false | 1.1.2 |
+| **`margin`** | number | Margin Banner. Default is 0px; If position is BOTTOM_CENTER, margin is be margin-bottom. If position is TOP_CENTER, margin is be margin-top. | 0 | 1.1.2 |
+| **`npa`** | boolean | The default behavior of the Google Mobile Ads SDK is to serve personalized ads. Set this to true to request Non-Personalized Ads | false | 1.2.0 |
+| **`immersiveMode`** | boolean | Sets a flag that controls if this interstitial or reward object will be displayed in immersive mode. Call this method before show. During show, if this flag is on and immersive mode is supported, SYSTEM_UI_FLAG_IMMERSIVE_STICKY &SYSTEM_UI_FLAG_HIDE_NAVIGATION will be turned on for interstitial or reward ad. | | 7.0.3 |
+
+
+#### AdMobRewardItem
+
For more information
-https://developers.google.com/admob/android/rewarded-video-adapters?hl=en
-
-| Prop | Type | Description |
-| ------------ | ------------------- | ------------------------ |
-| **`type`** | string | Rewarded type user got |
-| **`amount`** | number | Rewarded amount user got |
-
-
-#### RewardInterstitialAdOptions
-
-| Prop | Type | Description | Default | Since |
-| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ----- |
-| **`ssv`** | AtLeastOne<{ /** * An optional UserId to pass to your SSV callback function. */ userId: string; /** * An optional custom set of data to pass to your SSV callback function. */ customData: string; }> | If you have enabled SSV in your AdMob Application. You can provide customData or a userId be passed to your callback to do further processing on. *Important* You *HAVE* to define one of them. | | |
-| **`adId`** | string | The ad unit ID that you want to request | | 1.1.2 |
-| **`isTesting`** | boolean | You can use test mode of ad. | false | 1.1.2 |
-| **`margin`** | number | Margin Banner. Default is 0px; If position is BOTTOM_CENTER, margin is be margin-bottom. If position is TOP_CENTER, margin is be margin-top. | 0 | 1.1.2 |
-| **`npa`** | boolean | The default behavior of the Google Mobile Ads SDK is to serve personalized ads. Set this to true to request Non-Personalized Ads | false | 1.2.0 |
-| **`immersiveMode`** | boolean | Sets a flag that controls if this interstitial or reward object will be displayed in immersive mode. Call this method before show. During show, if this flag is on and immersive mode is supported, SYSTEM_UI_FLAG_IMMERSIVE_STICKY &SYSTEM_UI_FLAG_HIDE_NAVIGATION will be turned on for interstitial or reward ad. | | 7.0.3 |
-
-
-#### AdMobRewardInterstitialItem
-
-For more information
-https://developers.google.com/admob/android/rewarded-video-adapters?hl=en
-
-| Prop | Type | Description |
-| ------------ | ------------------- | ------------------------ |
-| **`type`** | string | Rewarded type user got |
-| **`amount`** | number | Rewarded amount user got |
-
-
-### Type Aliases
-
-
-#### AtLeastOne
-
-{[K in keyof T]: Pick<T, K>}[keyof T]
-
-
-#### Pick
-
-From T, pick a set of properties whose keys are in the union K
-
-{
[P in K]: T[P];
}
-
-
-### Enums
-
-
-#### MaxAdContentRating
-
-| Members | Value | Description |
-| ---------------------- | ------------------------------- | ----------------------------------------------------------- |
-| **`General`** | 'General' | Content suitable for general audiences, including families. |
-| **`ParentalGuidance`** | 'ParentalGuidance' | Content suitable for most audiences with parental guidance. |
-| **`Teen`** | 'Teen' | Content suitable for teen and older audiences. |
-| **`MatureAudience`** | 'MatureAudience' | Content suitable only for mature audiences. |
-
-
-#### BannerAdSize
-
-| Members | Value | Description |
-| ---------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------- |
-| **`BANNER`** | 'BANNER' | Mobile Marketing Association (MMA) banner ad size (320x50 density-independent pixels). |
-| **`FULL_BANNER`** | 'FULL_BANNER' | Interactive Advertising Bureau (IAB) full banner ad size (468x60 density-independent pixels). |
-| **`LARGE_BANNER`** | 'LARGE_BANNER' | Large banner ad size (320x100 density-independent pixels). |
-| **`MEDIUM_RECTANGLE`** | 'MEDIUM_RECTANGLE' | Interactive Advertising Bureau (IAB) medium rectangle ad size (300x250 density-independent pixels). |
-| **`LEADERBOARD`** | 'LEADERBOARD' | Interactive Advertising Bureau (IAB) leaderboard ad size (728x90 density-independent pixels). |
-| **`ADAPTIVE_BANNER`** | 'ADAPTIVE_BANNER' | A dynamically sized banner that is full-width and auto-height. |
-| **`SMART_BANNER`** | 'SMART_BANNER' | |
-
-
-#### BannerAdPosition
-
-| Members | Value | Description |
-| ------------------- | ---------------------------- | ----------------------------------------- |
-| **`TOP_CENTER`** | 'TOP_CENTER' | Banner position be top-center |
-| **`CENTER`** | 'CENTER' | Banner position be center |
-| **`BOTTOM_CENTER`** | 'BOTTOM_CENTER' | Banner position be bottom-center(default) |
-
-
-#### BannerAdPluginEvents
-
-| Members | Value | Description |
-| ------------------ | ----------------------------------- | ------------------------------------------------------------------------------------------------------ |
-| **`SizeChanged`** | "bannerAdSizeChanged" | |
-| **`Loaded`** | "bannerAdLoaded" | |
-| **`FailedToLoad`** | "bannerAdFailedToLoad" | |
-| **`Opened`** | "bannerAdOpened" | Open "Adsense" Event after user click banner |
-| **`Closed`** | "bannerAdClosed" | Close "Adsense" Event after user click banner |
-| **`AdImpression`** | "bannerAdImpression" | Similarly, this method should be called when an impression is recorded for the ad by the mediated SDK. |
-
-
-#### AdmobConsentStatus
-
-| Members | Value | Description |
-| ------------------ | --------------------------- | ------------------------------------------------------------------------------------- |
-| **`NOT_REQUIRED`** | 'NOT_REQUIRED' | User consent not required. |
-| **`OBTAINED`** | 'OBTAINED' | User consent already obtained. |
-| **`REQUIRED`** | 'REQUIRED' | User consent required but not yet obtained. |
-| **`UNKNOWN`** | 'UNKNOWN' | Unknown consent status, AdsConsent.requestInfoUpdate needs to be called to update it. |
-
-
-#### PrivacyOptionsRequirementStatus
-
-| Members | Value | Description |
-| ------------------ | --------------------------- | ---------------------------------------------- |
-| **`NOT_REQUIRED`** | 'NOT_REQUIRED' | Privacy options entry point is not required. |
-| **`REQUIRED`** | 'REQUIRED' | Privacy options entry point is required. |
-| **`UNKNOWN`** | 'UNKNOWN' | Privacy options requirement status is unknown. |
-
-
-#### AdmobConsentDebugGeography
-
-| Members | Value | Description |
-| -------------- | -------------- | ------------------------------------------------------------- |
-| **`DISABLED`** | 0 | Debug geography disabled. |
-| **`EEA`** | 1 | Geography appears as in EEA for debug devices. |
-| **`NOT_EEA`** | 2 | Geography appears as not in EEA for debug devices. |
-| **`US`** | 3 | Geography appears as in regulated US state for debug devices. |
-| **`OTHER`** | 4 | Geography appears as OTHER state for debug devices. |
-
-
-#### InterstitialAdPluginEvents
-
-| Members | Value | Description |
-| ------------------ | ----------------------------------------- | -------------------------------------------------------------------------------------- |
-| **`Loaded`** | 'interstitialAdLoaded' | Emits after trying to prepare and Interstitial, when it is loaded and ready to be show |
-| **`FailedToLoad`** | 'interstitialAdFailedToLoad' | Emits after trying to prepare and Interstitial, when it could not be loaded |
-| **`Showed`** | 'interstitialAdShowed' | Emits when the Interstitial ad is visible to the user |
-| **`FailedToShow`** | 'interstitialAdFailedToShow' | Emits when the Interstitial ad is failed to show |
-| **`Dismissed`** | 'interstitialAdDismissed' | Emits when the Interstitial ad is not visible to the user anymore. |
-
-
-#### RewardAdPluginEvents
-
-| Members | Value | Description |
-| ------------------ | -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| **`Loaded`** | 'onRewardedVideoAdLoaded' | Emits after trying to prepare a RewardAd and the Video is loaded and ready to be show |
-| **`FailedToLoad`** | 'onRewardedVideoAdFailedToLoad' | Emits after trying to prepare a RewardAd when it could not be loaded |
-| **`Showed`** | 'onRewardedVideoAdShowed' | Emits when the AdReward video is visible to the user |
-| **`FailedToShow`** | 'onRewardedVideoAdFailedToShow' | Emits when the AdReward video is failed to show |
-| **`Dismissed`** | 'onRewardedVideoAdDismissed' | Emits when the AdReward video is not visible to the user anymore. **Important**: This has nothing to do with the reward it self. This event will emits in this two cases: 1. The user starts the video ad but close it before the reward emit. 2. The user start the video and see it until end, then gets the reward and after that the ad is closed. |
-| **`Rewarded`** | 'onRewardedVideoAdReward' | Emits when user get rewarded from AdReward |
-
-
-#### RewardInterstitialAdPluginEvents
-
-| Members | Value | Description |
-| ------------------ | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| **`Loaded`** | 'onRewardedInterstitialAdLoaded' | Emits after trying to prepare a RewardAd and the Video is loaded and ready to be show |
-| **`FailedToLoad`** | 'onRewardedInterstitialAdFailedToLoad' | Emits after trying to prepare a RewardAd when it could not be loaded |
-| **`Showed`** | 'onRewardedInterstitialAdShowed' | Emits when the AdReward video is visible to the user |
-| **`FailedToShow`** | 'onRewardedInterstitialAdFailedToShow' | Emits when the AdReward video is failed to show |
-| **`Dismissed`** | 'onRewardedInterstitialAdDismissed' | Emits when the AdReward video is not visible to the user anymore. **Important**: This has nothing to do with the reward it self. This event will emits in this two cases: 1. The user starts the video ad but close it before the reward emit. 2. The user start the video and see it until end, then gets the reward and after that the ad is closed. |
-| **`Rewarded`** | 'onRewardedInterstitialAdReward' | Emits when user get rewarded from AdReward |
-
-string | Rewarded type user got |
+| **`amount`** | number | Rewarded amount user got |
+
+
+#### RewardInterstitialAdOptions
+
+| Prop | Type | Description | Default | Since |
+| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ----- |
+| **`ssv`** | AtLeastOne<{ /** * An optional UserId to pass to your SSV callback function. */ userId: string; /** * An optional custom set of data to pass to your SSV callback function. */ customData: string; }> | If you have enabled SSV in your AdMob Application. You can provide customData or a userId be passed to your callback to do further processing on. *Important* You *HAVE* to define one of them. | | |
+| **`adId`** | string | The ad unit ID that you want to request | | 1.1.2 |
+| **`isTesting`** | boolean | You can use test mode of ad. | false | 1.1.2 |
+| **`margin`** | number | Margin Banner. Default is 0px; If position is BOTTOM_CENTER, margin is be margin-bottom. If position is TOP_CENTER, margin is be margin-top. | 0 | 1.1.2 |
+| **`npa`** | boolean | The default behavior of the Google Mobile Ads SDK is to serve personalized ads. Set this to true to request Non-Personalized Ads | false | 1.2.0 |
+| **`immersiveMode`** | boolean | Sets a flag that controls if this interstitial or reward object will be displayed in immersive mode. Call this method before show. During show, if this flag is on and immersive mode is supported, SYSTEM_UI_FLAG_IMMERSIVE_STICKY &SYSTEM_UI_FLAG_HIDE_NAVIGATION will be turned on for interstitial or reward ad. | | 7.0.3 |
+
+
+#### AdMobRewardInterstitialItem
+
+For more information
+https://developers.google.com/admob/android/rewarded-video-adapters?hl=en
+
+| Prop | Type | Description |
+| ------------ | ------------------- | ------------------------ |
+| **`type`** | string | Rewarded type user got |
+| **`amount`** | number | Rewarded amount user got |
+
+
+### Type Aliases
+
+
+#### AtLeastOne
+
+{[K in keyof T]: Pick<T, K>}[keyof T]
+
+
+#### Pick
+
+From T, pick a set of properties whose keys are in the union K
+
+{
+ [P in K]: T[P];
+ }
+
+
+### Enums
+
+
+#### MaxAdContentRating
+
+| Members | Value | Description |
+| ---------------------- | ------------------------------- | ----------------------------------------------------------- |
+| **`General`** | 'General' | Content suitable for general audiences, including families. |
+| **`ParentalGuidance`** | 'ParentalGuidance' | Content suitable for most audiences with parental guidance. |
+| **`Teen`** | 'Teen' | Content suitable for teen and older audiences. |
+| **`MatureAudience`** | 'MatureAudience' | Content suitable only for mature audiences. |
+
+
+#### BannerAdSize
+
+| Members | Value | Description |
+| ---------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------- |
+| **`BANNER`** | 'BANNER' | Mobile Marketing Association (MMA) banner ad size (320x50 density-independent pixels). |
+| **`FULL_BANNER`** | 'FULL_BANNER' | Interactive Advertising Bureau (IAB) full banner ad size (468x60 density-independent pixels). |
+| **`LARGE_BANNER`** | 'LARGE_BANNER' | Large banner ad size (320x100 density-independent pixels). |
+| **`MEDIUM_RECTANGLE`** | 'MEDIUM_RECTANGLE' | Interactive Advertising Bureau (IAB) medium rectangle ad size (300x250 density-independent pixels). |
+| **`LEADERBOARD`** | 'LEADERBOARD' | Interactive Advertising Bureau (IAB) leaderboard ad size (728x90 density-independent pixels). |
+| **`ADAPTIVE_BANNER`** | 'ADAPTIVE_BANNER' | A dynamically sized banner that is full-width and auto-height. |
+| **`SMART_BANNER`** | 'SMART_BANNER' | |
+
+
+#### BannerAdPosition
+
+| Members | Value | Description |
+| ------------------- | ---------------------------- | ----------------------------------------- |
+| **`TOP_CENTER`** | 'TOP_CENTER' | Banner position be top-center |
+| **`CENTER`** | 'CENTER' | Banner position be center |
+| **`BOTTOM_CENTER`** | 'BOTTOM_CENTER' | Banner position be bottom-center(default) |
+
+
+#### BannerAdPluginEvents
+
+| Members | Value | Description |
+| ------------------ | ----------------------------------- | ------------------------------------------------------------------------------------------------------ |
+| **`SizeChanged`** | "bannerAdSizeChanged" | |
+| **`Loaded`** | "bannerAdLoaded" | |
+| **`FailedToLoad`** | "bannerAdFailedToLoad" | |
+| **`Opened`** | "bannerAdOpened" | Open "Adsense" Event after user click banner |
+| **`Closed`** | "bannerAdClosed" | Close "Adsense" Event after user click banner |
+| **`AdImpression`** | "bannerAdImpression" | Similarly, this method should be called when an impression is recorded for the ad by the mediated SDK. |
+
+
+#### AdmobConsentStatus
+
+| Members | Value | Description |
+| ------------------ | --------------------------- | ------------------------------------------------------------------------------------- |
+| **`NOT_REQUIRED`** | 'NOT_REQUIRED' | User consent not required. |
+| **`OBTAINED`** | 'OBTAINED' | User consent already obtained. |
+| **`REQUIRED`** | 'REQUIRED' | User consent required but not yet obtained. |
+| **`UNKNOWN`** | 'UNKNOWN' | Unknown consent status, AdsConsent.requestInfoUpdate needs to be called to update it. |
+
+
+#### PrivacyOptionsRequirementStatus
+
+| Members | Value | Description |
+| ------------------ | --------------------------- | ---------------------------------------------- |
+| **`NOT_REQUIRED`** | 'NOT_REQUIRED' | Privacy options entry point is not required. |
+| **`REQUIRED`** | 'REQUIRED' | Privacy options entry point is required. |
+| **`UNKNOWN`** | 'UNKNOWN' | Privacy options requirement status is unknown. |
+
+
+#### AdmobConsentDebugGeography
+
+| Members | Value | Description |
+| -------------- | -------------- | ------------------------------------------------------------- |
+| **`DISABLED`** | 0 | Debug geography disabled. |
+| **`EEA`** | 1 | Geography appears as in EEA for debug devices. |
+| **`NOT_EEA`** | 2 | Geography appears as not in EEA for debug devices. |
+| **`US`** | 3 | Geography appears as in regulated US state for debug devices. |
+| **`OTHER`** | 4 | Geography appears as OTHER state for debug devices. |
+
+
+#### InterstitialAdPluginEvents
+
+| Members | Value | Description |
+| ------------------ | ----------------------------------------- | -------------------------------------------------------------------------------------- |
+| **`Loaded`** | 'interstitialAdLoaded' | Emits after trying to prepare and Interstitial, when it is loaded and ready to be show |
+| **`FailedToLoad`** | 'interstitialAdFailedToLoad' | Emits after trying to prepare and Interstitial, when it could not be loaded |
+| **`Showed`** | 'interstitialAdShowed' | Emits when the Interstitial ad is visible to the user |
+| **`FailedToShow`** | 'interstitialAdFailedToShow' | Emits when the Interstitial ad is failed to show |
+| **`Dismissed`** | 'interstitialAdDismissed' | Emits when the Interstitial ad is not visible to the user anymore. |
+
+
+#### RewardAdPluginEvents
+
+| Members | Value | Description |
+| ------------------ | -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **`Loaded`** | 'onRewardedVideoAdLoaded' | Emits after trying to prepare a RewardAd and the Video is loaded and ready to be show |
+| **`FailedToLoad`** | 'onRewardedVideoAdFailedToLoad' | Emits after trying to prepare a RewardAd when it could not be loaded |
+| **`Showed`** | 'onRewardedVideoAdShowed' | Emits when the AdReward video is visible to the user |
+| **`FailedToShow`** | 'onRewardedVideoAdFailedToShow' | Emits when the AdReward video is failed to show |
+| **`Dismissed`** | 'onRewardedVideoAdDismissed' | Emits when the AdReward video is not visible to the user anymore. **Important**: This has nothing to do with the reward it self. This event will emits in this two cases: 1. The user starts the video ad but close it before the reward emit. 2. The user start the video and see it until end, then gets the reward and after that the ad is closed. |
+| **`Rewarded`** | 'onRewardedVideoAdReward' | Emits when user get rewarded from AdReward |
+
+
+#### RewardInterstitialAdPluginEvents
+
+| Members | Value | Description |
+| ------------------ | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| **`Loaded`** | 'onRewardedInterstitialAdLoaded' | Emits after trying to prepare a RewardAd and the Video is loaded and ready to be show |
+| **`FailedToLoad`** | 'onRewardedInterstitialAdFailedToLoad' | Emits after trying to prepare a RewardAd when it could not be loaded |
+| **`Showed`** | 'onRewardedInterstitialAdShowed' | Emits when the AdReward video is visible to the user |
+| **`FailedToShow`** | 'onRewardedInterstitialAdFailedToShow' | Emits when the AdReward video is failed to show |
+| **`Dismissed`** | 'onRewardedInterstitialAdDismissed' | Emits when the AdReward video is not visible to the user anymore. **Important**: This has nothing to do with the reward it self. This event will emits in this two cases: 1. The user starts the video ad but close it before the reward emit. 2. The user start the video and see it until end, then gets the reward and after that the ad is closed. |
+| **`Rewarded`** | 'onRewardedInterstitialAdReward' | Emits when user get rewarded from AdReward |
+
+