cordova-plugin-intercom
Advanced tools
Comparing version 3.1.3 to 3.2.0
# Intercom for Cordova/PhoneGap | ||
## 3.2.0 (2017-04-21) | ||
* Added a new method to the API `intercom.setUserHash(userHash)` to support Identity Verification. This method replaces `intercom.setSecureMode(hmac, data)` which was used for our previous security feature Secure Mode. | ||
* Updated Intercom for Android to 3.2.x. | ||
* Updated Intercom for iOS to 3.2.x. | ||
## 3.1.3 (2017-04-05) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "cordova-plugin-intercom", | ||
"version": "3.1.3", | ||
"version": "3.2.0", | ||
"description": "Official Cordova/PhoneGap plugin for Intercom", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -22,3 +22,3 @@ ![Intercom](Example/www/img/Intercom_logo-github.png) | ||
```xml | ||
<plugin name="cordova-plugin-intercom" version="~3.1.3" /> | ||
<plugin name="cordova-plugin-intercom" version="~3.2.0" /> | ||
``` | ||
@@ -25,0 +25,0 @@ ### Ionic |
@@ -18,2 +18,6 @@ var intercom = { | ||
setUserHash: function(secureHash, success, error) { | ||
cordova.exec(success, error, 'Intercom', 'setUserHash', [secureHash]); | ||
}, | ||
updateUser: function(attributes, success, error) { | ||
@@ -20,0 +24,0 @@ cordova.exec(success, error, 'Intercom', 'updateUser', [attributes]); |
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
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
1900985
321