@adjustcom/smart-banner-sdk
Advanced tools
Comparing version 0.0.7 to 1.0.0
@@ -13,4 +13,2 @@ /** | ||
static setAndroidDeepLinkPath(deeplinkPath: string): void; | ||
static setAndroidAppSchema(_appScheme: string): void; | ||
static setDeepLinkPath(path: string): void; | ||
static setContext(context?: Record<string, string>): void; | ||
@@ -17,0 +15,0 @@ } |
{ | ||
"name": "@adjustcom/smart-banner-sdk", | ||
"version": "0.0.7", | ||
"version": "1.0.0", | ||
"description": "Adjust Smart Banner SDK", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -31,7 +31,7 @@ ## Summary | ||
<script type="application/javascript"> | ||
!function(e,n,t,a,o,s,r,i,c){var d=o+"_q";e[o]=e[o]||{},e[d]=e[d]||[];for(var u=0;u<s.length;u++)r(e[o],e[d],s[u]);i=n.createElement(t),c=n.getElementsByTagName(t)[0],i.async=!0,i.src="https://cdn.adjust.com/adjust-smart-banner-latest.min.js",i.onload=function(){e[o]=e[o].default;for(var n=0;n<e[d].length;n++)e[o][e[d][n][0]]?e[o][e[d][n][0]].apply(e[o],e[d][n][1]):console.error("No such function found in "+o+": "+e[d][n][0]);e[d]=[]},c.parentNode.insertBefore(i,c)}(window,document,"script",0,"AdjustSmartBanner",["init","show","hide","setLanguage","setIosDeepLinkPath","setAndroidDeepLinkPath","setContext","setAndroidAppSchema","setDeepLinkPath"],(function(e,n,t){e[t]=function(){n.push([t,arguments])}})); | ||
!function(n,t,e,o,a,s,r,i,c){var u=a+"_q";n[a]=n[a]||{},n[u]=n[u]||[];for(var d=0;d<s.length;d++)r(n[a],n[u],s[d]);i=t.createElement(e),c=t.getElementsByTagName(e)[0],i.async=!0,i.src="https://cdn.adjust.com/adjust-smart-banner-latest.min.js",i.onload=function(){n[a]=n[a].default;for(var t=0;t<n[u].length;t++)n[a][n[u][t][0]]?n[a][n[u][t][0]].apply(n[a],n[u][t][1]):console.error("No such function found in "+a+": "+n[u][t][0]);n[u]=[]},c.parentNode.insertBefore(i,c)}(window,document,"script",0,"AdjustSmartBanner",["init","show","hide","setLanguage","setIosDeepLinkPath","setAndroidDeepLinkPath","setContext"],(function(n,t,e){n[e]=function(){t.push([e,arguments])}})); | ||
</script> | ||
``` | ||
When loading the sdk through CDN we suggest using minified version. You can target specific version like `https://cdn.adjust.com/adjust-smart-banner-0.0.7.min.js`, or you can target latest version `https://cdn.adjust.com/adjust-smart-banner-latest.min.js` if you want automatic updates without need to change the target file. The sdk files are cached so they are served as fast as possible, and the cache is refreshed every half an hour. If you want updates immediately make sure to target specific version. | ||
When loading the sdk through CDN we suggest using minified version. You can target specific version like `https://cdn.adjust.com/adjust-smart-banner-1.0.0.min.js`, or you can target latest version `https://cdn.adjust.com/adjust-smart-banner-latest.min.js` if you want automatic updates without need to change the target file. The sdk files are cached so they are served as fast as possible, and the cache is refreshed every half an hour. If you want updates immediately make sure to target specific version. | ||
@@ -104,12 +104,2 @@ | ||
##### <a id="init-schema">**androidAppSchema**</a> `string` | ||
> [!WARNING] | ||
> Parameter `androidAppSchema` is deprecated, please don't use it anymore. | ||
##### <a id="init-deeplinkpath">**deepLinkPath**</a> `string` | ||
> [!WARNING] | ||
> Parameter `deepLinkPath` is deprecated, please use [`androidDeepLinkPath`](#init-androiddeeplinkpath) and [`iosDeepLinkPath`](#init-iosdeeplinkpath) respectivetely the platform where you want deeplink path to be changed. | ||
##### <a id="init-androiddeeplinkpath">**androidDeepLinkPath**</a> `string` | ||
@@ -354,12 +344,2 @@ | ||
#### <a id="deeplinks-setters-schema">**setAndroidAppScheme**</a> | ||
> [!WARNING] | ||
> Method `setAndroidAppSchema` is deprecated, please don't use it anymore. | ||
#### <a id="deeplinks-setters-deeplinkpath">**setDeepLinkPath**</a> | ||
> [!WARNING] | ||
> Method `setDeepLinkPath` is deprecated and will be removed, please use [`setAndroidDeepLinkPath`](#init-androiddeeplinkpath) and [`setIosDeepLinkPath`](#init-iosdeeplinkpath) respectivetely the platform where you want deeplink path to be changed. | ||
#### <a id="deeplinks-setters-androidDeeplinkpath">**setAndroidDeepLinkPath**</a> | ||
@@ -366,0 +346,0 @@ |
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6
0
146666
2568
454