setEventQueueSizeToSend method
Set the threshold for event grouping. Event count that is below the threshold will be sent on update ticks.
Implementation
CountlyConfig setEventQueueSizeToSend(int threshold) {
_eventQueueSizeThreshold = threshold;
return this;
}