capacitor-branch-deep-links
Advanced tools
Comparing version 7.0.0 to 7.1.0-alpha.0
@@ -95,2 +95,3 @@ import { PluginListenerHandle } from '@capacitor/core'; | ||
getFirstReferringParams(): Promise<BranchReferringParamsResponse>; | ||
setDMAParamsForEEA: (eeaRegion: boolean, adPersonalizationConsent: boolean, adUserDataUsageConsent: boolean) => void; | ||
} |
@@ -30,2 +30,3 @@ import { WebPlugin } from '@capacitor/core'; | ||
getFirstReferringParams(): Promise<BranchReferringParamsResponse>; | ||
setDMAParamsForEEA(_eeaRegion: boolean, _adPersonalizationConsent: boolean, _adUserDataUsageConsent: boolean): Promise<void>; | ||
} |
@@ -45,3 +45,6 @@ import { WebPlugin } from '@capacitor/core'; | ||
} | ||
setDMAParamsForEEA(_eeaRegion, _adPersonalizationConsent, _adUserDataUsageConsent) { | ||
return Promise.reject(new Error('BranchDeepLinks does not have web implementation')); | ||
} | ||
} | ||
//# sourceMappingURL=web.js.map |
@@ -54,2 +54,5 @@ 'use strict'; | ||
} | ||
setDMAParamsForEEA(_eeaRegion, _adPersonalizationConsent, _adUserDataUsageConsent) { | ||
return Promise.reject(new Error('BranchDeepLinks does not have web implementation')); | ||
} | ||
} | ||
@@ -56,0 +59,0 @@ |
@@ -51,2 +51,5 @@ var capacitorBranchDeepLinks = (function (exports, core) { | ||
} | ||
setDMAParamsForEEA(_eeaRegion, _adPersonalizationConsent, _adUserDataUsageConsent) { | ||
return Promise.reject(new Error('BranchDeepLinks does not have web implementation')); | ||
} | ||
} | ||
@@ -53,0 +56,0 @@ |
{ | ||
"name": "capacitor-branch-deep-links", | ||
"version": "7.0.0", | ||
"version": "7.1.0-alpha.0", | ||
"description": "Capacitor plugin for Branch.io deep links", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -114,2 +114,7 @@ import { PluginListenerHandle } from '@capacitor/core'; | ||
getFirstReferringParams(): Promise<BranchReferringParamsResponse>; | ||
setDMAParamsForEEA: ( | ||
eeaRegion: boolean, | ||
adPersonalizationConsent: boolean, | ||
adUserDataUsageConsent: boolean, | ||
) => void; | ||
} |
@@ -103,2 +103,12 @@ import { WebPlugin } from '@capacitor/core'; | ||
} | ||
setDMAParamsForEEA( | ||
_eeaRegion: boolean, | ||
_adPersonalizationConsent: boolean, | ||
_adUserDataUsageConsent: boolean, | ||
): Promise<void> { | ||
return Promise.reject( | ||
new Error('BranchDeepLinks does not have web implementation'), | ||
); | ||
} | ||
} |
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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
1266824
5567
1048
2
2