File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 * 'enrollABOnRCDownload' to enroll A/B tests when remote config values downloaded
1414 * 'enableRemoteConfigAutomaticTriggers' to automatically download remote config values on init
1515 * 'remoteConfigRegisterGlobalCallback(RCDownloadCallback callback)' to register a remote config callback
16- * Added the ability to set the user profile picture with an URL
16+ * Added the ability to set the user profile picture with a URL
1717* Added the DeviceId interface. It is accessible through "Countly::instance()::deviceId()" call.
1818* Added a way to get device id type by calling "Countly::deviceId::getType" via "instance()" call
1919* The SDK now uses a different file for internal configuration. Old file will be deleted.
2020
2121* Fixed a bug where it was not possible to send a profile picture with binary data
2222
23- * Depcerated following functions from "Usage" interface and respective implementations:
23+ * Deprecated following functions from "Usage" interface and respective implementations:
2424 * "changeDeviceIdWithoutMerge" instead use "Countly::deviceId::changeWithoutMerge" via "instance()" call
2525 * "changeDeviceIdWithMerge" instead use "Countly::deviceId::changeWithMerge" via "instance()" call
2626 * "getDeviceId" instead use "Countly::deviceId::getID" via "instance()" call
You can’t perform that action at this time.
0 commit comments