setUpdateSessionTimerDelay method
Sets the interval for the automatic session update calls min value 1 (1 second), max value 600 (10 minutes)
Implementation
// [int delay] - delay in seconds
CountlyConfig setUpdateSessionTimerDelay(int delay) {
_sessionUpdateTimerDelay = delay;
return this;
}