setSDKBehaviorSettings method
Set the provided server config
String sdkBehaviorSettings
- provided server config
This is used to provide the server config in case the server config is not available in the initializion time
Implementation
CountlyConfig setSDKBehaviorSettings(String sdkBehaviorSettings) {
_sdkBehaviorSettings = sdkBehaviorSettings;
return this;
}