react-native-google-mobile-ads
Advanced tools
Comparing version 12.5.1 to 12.6.0
@@ -8,4 +8,4 @@ "use strict"; | ||
// Generated by genversion. | ||
const version = '12.5.1'; | ||
const version = '12.6.0'; | ||
exports.version = version; | ||
//# sourceMappingURL=version.js.map |
// Generated by genversion. | ||
export const version = '12.5.1'; | ||
export const version = '12.6.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const SDK_VERSION = "12.5.1"; | ||
export declare const SDK_VERSION = "12.6.0"; | ||
export { default, MobileAds } from './MobileAds'; | ||
@@ -3,0 +3,0 @@ export { AdsConsentDebugGeography } from './AdsConsentDebugGeography'; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* Collapsible Placement. | ||
* The collapsible placement defines how the expanded region anchors to the banner ad. | ||
*/ | ||
export declare type CollapsiblePlacement = 'top' | 'bottom'; | ||
export interface ServerSideVerificationOptions { | ||
@@ -43,2 +48,4 @@ /** | ||
[key: string]: string; | ||
} & { | ||
collapsible?: CollapsiblePlacement; | ||
}; | ||
@@ -45,0 +52,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
export declare const version = "12.5.1"; | ||
export declare const version = "12.6.0"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "react-native-google-mobile-ads", | ||
"version": "12.5.1", | ||
"version": "12.6.0", | ||
"author": "Invertase <oss@invertase.io> (http://invertase.io)", | ||
@@ -5,0 +5,0 @@ "description": "React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.", |
@@ -0,1 +1,7 @@ | ||
/** | ||
* Collapsible Placement. | ||
* The collapsible placement defines how the expanded region anchors to the banner ad. | ||
*/ | ||
export type CollapsiblePlacement = 'top' | 'bottom'; | ||
export interface ServerSideVerificationOptions { | ||
@@ -44,3 +50,3 @@ /** | ||
*/ | ||
networkExtras?: { [key: string]: string }; | ||
networkExtras?: { [key: string]: string } & { collapsible?: CollapsiblePlacement }; | ||
@@ -47,0 +53,0 @@ /** |
// Generated by genversion. | ||
export const version = '12.5.1'; | ||
export const version = '12.6.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
899240
10589