File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## XX.XX.XX
2+ - Added ` Countly.userProfile ` with following calls and functionality
3+ - ` increment ` for incrementing custom property value by 1
4+ - ` increment_by ` for incrementing custom property value by provided value.
5+ - ` max ` for saving maximal value between existing and provided.
6+ - ` min ` for saving minimal value between existing and provided.
7+ - ` multiply ` for multiplying custom property value by provided value.
8+ - ` pull ` for removing value from array.
9+ - ` push ` for inserting value to array which can have duplicates.
10+ - ` push_unique ` for inserting value to array of unique values.
11+ - ` save ` for sending provided values to server.
12+ - ` set_once ` for setting value if it does not exist.
13+ - ` set_properties ` for setting either custom user properties or predefined user properties.
14+ - ` set_property ` for setting a single user property. It can be either a custom one or one of the predefined ones.
15+
16+ - Deprecated ` Countly.userData ` added ` Countly.userProfile ` as replacement, mentioned above.
17+ - Deprecated ` Countly.user_details ` , please use ` Countly.userProfile.set_properties ` as replacement.
18+
119## 24.10.3
220- Added support for uploading user images by providing path to the local image using ` picturePath ` parameter in ` user_details ` method (non-bulk)
321- Reduced SDK log verbosity
You can’t perform that action at this time.
0 commit comments