countly-sdk-react-native-bridge
Advanced tools
Comparing version 23.2.2 to 23.2.3
@@ -0,1 +1,4 @@ | ||
## 23.2.3 | ||
* Fixed bug where the push notification type was not correctly set during init | ||
## 23.2.2 | ||
@@ -2,0 +5,0 @@ * Fixed bug that caused an issue in the deprecated init call |
@@ -88,3 +88,3 @@ /** | ||
* | ||
* @param {array of String} consents consents e.g ['location', 'sessions', | ||
* @param {String[]} consents consents e.g ['location', 'sessions', | ||
* 'attribution', 'push', 'events', 'views', 'crashes', 'users', 'push', | ||
@@ -151,4 +151,4 @@ * 'star-rating', 'apm', 'feedback', 'remote-config'] | ||
* | ||
* @param {String} allowedIntentClassNames allowedIntentClassNames | ||
* @param {String} allowedIntentPackageNames allowedIntentPackageNames | ||
* @param {String[]} allowedIntentClassNames allowed intent class names | ||
* @param {String[]} allowedIntentPackageNames allowed intent package name | ||
*/ | ||
@@ -175,3 +175,5 @@ configureIntentRedirectionCheck(allowedIntentClassNames, allowedIntentPackageNames) { | ||
/// Report direct user attribution | ||
/** | ||
* Report direct user attribution | ||
*/ | ||
recordDirectAttribution(campaignType, campaignData) { | ||
@@ -182,4 +184,6 @@ this.campaignType = campaignType; | ||
} | ||
/// Report indirect user attribution | ||
/** | ||
* Report indirect user attribution | ||
*/ | ||
recordIndirectAttribution(attributionValues) { | ||
@@ -186,0 +190,0 @@ this.attributionValues = attributionValues; |
{ | ||
"name": "countly-sdk-react-native-bridge", | ||
"version": "23.2.2", | ||
"version": "23.2.3", | ||
"author": "Countly <hello@count.ly> (https://count.ly/)", | ||
@@ -5,0 +5,0 @@ "bugs": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
818452
4736