cordova-plugin-fcm-ng
Advanced tools
Comparing version 8.1.5 to 8.2.0
# Changelog | ||
### Version 8.2.0 (10/12/2020) | ||
- Fixed Dynamic Link. New function getDynamicLink. Fixed open link on | ||
background, foreground and non-installed app | ||
- Big code refactor | ||
### Version 8.1.5 (24/11/2020) | ||
@@ -4,0 +9,0 @@ - Fixed Dynamic link callback on Android (2) |
{ | ||
"version": "8.1.5", | ||
"version": "8.2.0", | ||
"name": "cordova-plugin-fcm-ng", | ||
@@ -4,0 +4,0 @@ "cordova_name": "Cordova FCM Push Plugin NG", |
@@ -153,2 +153,5 @@ # Google Firebase Cloud Messaging Cordova Push Plugin | ||
### getDynamicLink | ||
Only works on Android. | ||
```js | ||
@@ -159,2 +162,5 @@ FCMPluginNG.getDynamicLink(); | ||
### onDynamicLink | ||
Only works on iOS | ||
```js | ||
@@ -164,7 +170,2 @@ FCMPluginNG.onDynamicLink(); | ||
### createDynamicLink | ||
```js | ||
FCMPluginNG.createDynamicLink({params}); | ||
``` | ||
## License | ||
@@ -171,0 +172,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
192
24809248