eventsFlushIntervalMillis method Null safety
- int eventsFlushIntervalMillis
Sets the maximum amount of time in between sending analytics events to LaunchDarkly.
Implementation
LDConfigBuilder eventsFlushIntervalMillis(int eventsFlushIntervalMillis) {
this._eventsFlushIntervalMillis = eventsFlushIntervalMillis;
return this;
}