Skip to content

Commit

Permalink
feat: added device id types
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Nov 5, 2024
1 parent 4a087cb commit c2bce35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## XX.XX.XX
- Added a new method `set_id(newDeviceId)` for managing device ID changes according to the device ID Type
- Added `DeviceIdType` enums to be used to evaluate the device ID type.

## 24.10.0
- Default max segmentation value count changed from 30 to 100
Expand Down
1 change: 1 addition & 0 deletions lib/countly.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var CountlyStorage = require("./countly-storage");

var Countly = {};
Countly.StorageTypes = cc.storageTypeEnums;
Countly.DeviceIdType = cc.deviceIdTypeEnums;
Countly.Bulk = Bulk;
(function() {
var SDK_VERSION = "24.10.0";
Expand Down

0 comments on commit c2bce35

Please sign in to comment.