withConfigRefreshInterval method
@param configRefreshInterval How often you want to fetch the config from the server. Min : 1 hr Max : 24 hrs @return RudderConfigBuilder
Implementation
RudderConfigBuilder withConfigRefreshInterval(int configRefreshInterval) {
__configRefreshInterval = configRefreshInterval;
return this;
}