File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 77- ** Remote Configs With JSON** : Remote Configs now support JSON values, allowing for more complex configurations.
88- ** Playtime Metrics API** : Introduced new API to get total playtime and playtime in the current session.
99
10+ ## 4.1.1
11+
12+ ### Added
13+
14+ - added ` getUserId() ` and ` getExternalUserId() ` functions.
15+
16+ ### Fixed
17+
18+ - fixed linux compilations issues with clang 18.X version
19+ - fixed progression event will now correctly send value
20+
1021## 4.1.0
1122
1223### Added
Original file line number Diff line number Diff line change @@ -102,14 +102,10 @@ namespace gameanalytics
102102 static void startSession ();
103103 static void endSession ();
104104
105- /*
106- template<typename T>
107- static T getRemoteConfigsValue(std::string const& key, T const& defaultValue);
108- */
109-
110105 static std::string getRemoteConfigsValueAsString (std::string const & key, std::string const & defaultValue = " " );
111106 static std::string getRemoteConfigsValueAsJson (std::string const & key);
112107
108+
113109 static bool isRemoteConfigsReady ();
114110 static void addRemoteConfigsListener (const std::shared_ptr<IRemoteConfigsListener> &listener);
115111 static void removeRemoteConfigsListener (const std::shared_ptr<IRemoteConfigsListener> &listener);
You can’t perform that action at this time.
0 commit comments