Settings

constructor(cachePath: String? = null, backgroundColor: CefSettings.ColorType? = null, browserSubProcessPath: String? = null, commandLineArgsDisabled: Boolean = false, cookieableSchemesExcludeDefaults: Boolean = false, cookieableSchemesList: String? = null, javascriptFlags: String? = null, locale: String? = null, localesDirPath: String? = null, logFile: String? = null, logSeverity: KCEFBuilder.Settings.LogSeverity = LogSeverity.Default, packLoadingDisabled: Boolean = false, persistSessionCookies: Boolean = false, remoteDebuggingPort: Int = 0, resourcesDirPath: String? = null, uncaughtExceptionStackSize: Int = 0, userAgent: String? = null, userAgentProduct: String? = null, windowlessRenderingEnabled: Boolean = false, noSandbox: Boolean = scopeCatching { JCefAppConfig.getInstance().cefSettings.no_sandbox }.getOrNull() ?: CefSettings().no_sandbox)(source)