disableSDKBehaviorSettingsUpdates method

CountlyConfig disableSDKBehaviorSettingsUpdates()

Disable the server config updates to the server

Implementation

CountlyConfig disableSDKBehaviorSettingsUpdates() {
  _sdkBehaviorSettingsUpdatesDisabled = true;
  return this;
}