disableSDKBehaviorSettingsUpdates method
Disable the server config updates to the server
Implementation
CountlyConfig disableSDKBehaviorSettingsUpdates() {
_sdkBehaviorSettingsUpdatesDisabled = true;
return this;
}
Disable the server config updates to the server
CountlyConfig disableSDKBehaviorSettingsUpdates() {
_sdkBehaviorSettingsUpdatesDisabled = true;
return this;
}