react-native-google-mobile-ads
Advanced tools
Comparing version 11.4.1 to 11.5.0
@@ -8,4 +8,4 @@ "use strict"; | ||
// Generated by genversion. | ||
const version = '11.4.1'; | ||
const version = '11.5.0'; | ||
exports.version = version; | ||
//# sourceMappingURL=version.js.map |
// Generated by genversion. | ||
export const version = '11.4.1'; | ||
export const version = '11.5.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const SDK_VERSION = "11.4.1"; | ||
export declare const SDK_VERSION = "11.5.0"; | ||
export { default, MobileAds } from './MobileAds'; | ||
@@ -3,0 +3,0 @@ export { AdsConsentDebugGeography } from './AdsConsentDebugGeography'; |
import { TCModel } from '@iabtcf/core'; | ||
import { AdsConsentDebugGeography } from '../AdsConsentDebugGeography'; | ||
import { AdsConsentStatus } from '../AdsConsentStatus'; | ||
import { AdsConsentPrivacyOptionsRequirementStatus } from '../AdsConsentPrivacyOptionsRequirementStatus'; | ||
/** | ||
@@ -158,2 +159,10 @@ * Under the Google [EU User Consent Policy](https://www.google.com/about/company/consentstaging.html), you must make certain disclosures to your users in the European Economic Area (EEA) | ||
/** | ||
* Indicates whether the app has completed the necessary steps for gathering updated user consent. | ||
*/ | ||
canRequestAds: boolean; | ||
/** | ||
* Privacy options requirement status. | ||
*/ | ||
privacyOptionsRequirementStatus: AdsConsentPrivacyOptionsRequirementStatus; | ||
/** | ||
* If `true` a consent form is available. | ||
@@ -160,0 +169,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
export declare const version = "11.4.1"; | ||
export declare const version = "11.5.0"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "react-native-google-mobile-ads", | ||
"version": "11.4.1", | ||
"version": "11.5.0", | ||
"author": "Invertase <oss@invertase.io> (http://invertase.io)", | ||
@@ -45,3 +45,3 @@ "description": "React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.", | ||
"googleMobileAds": "10.8.0", | ||
"googleUmp": "2.0.1" | ||
"googleUmp": "2.1.0" | ||
}, | ||
@@ -54,3 +54,3 @@ "android": { | ||
"googleMobileAds": "22.2.0", | ||
"googleUmp": "2.0.0" | ||
"googleUmp": "2.1.0" | ||
} | ||
@@ -57,0 +57,0 @@ }, |
import { TCModel } from '@iabtcf/core'; | ||
import { AdsConsentDebugGeography } from '../AdsConsentDebugGeography'; | ||
import { AdsConsentStatus } from '../AdsConsentStatus'; | ||
import { AdsConsentPrivacyOptionsRequirementStatus } from '../AdsConsentPrivacyOptionsRequirementStatus'; | ||
@@ -171,2 +172,12 @@ /** | ||
/** | ||
* Indicates whether the app has completed the necessary steps for gathering updated user consent. | ||
*/ | ||
canRequestAds: boolean; | ||
/** | ||
* Privacy options requirement status. | ||
*/ | ||
privacyOptionsRequirementStatus: AdsConsentPrivacyOptionsRequirementStatus; | ||
/** | ||
* If `true` a consent form is available. | ||
@@ -173,0 +184,0 @@ */ |
// Generated by genversion. | ||
export const version = '11.4.1'; | ||
export const version = '11.5.0'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
953598
529
12545