How to get information/callback that all data recorded via Countly SDK has been sent to the Countly server?
Platform: Android
Countly SDK release: 22.06.2
The question background is attempt to avoid situation that Countly local store is overflowed and some events can be potentially be lost.
In case when such information can be obtained it is planned to record next portion of event(s) via Countly SDK when all previously recorded data has been successfully sent to Countly server only.
Comments
Hello,
There is no supported way to access this information.
The recommended way to reduce the chance of event overflow is to increase the request queue size limit. This can be done in the init time configuration object with the following call:
Hi Arturs!
Thank you!
Please sign in to leave a comment.