Skip to content

Commit 82f10eb

Browse files
feat: introduce pack events
1 parent 1a21220 commit 82f10eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/countly.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ class Countly : public cly::CountlyDelegates {
321321
std::chrono::system_clock::duration getSessionDuration();
322322

323323
void updateLoop();
324+
void packEvents();
324325
bool began_session = false;
325326
bool is_being_disposed = false;
326327
bool is_sdk_initialized = false;

0 commit comments

Comments
 (0)